serialize method Null safety
Serializes the object to JSON.
Implementation
Map<String, String> serialize() {
return <String, String>{
'conditionName': conditionName,
};
}
Serializes the object to JSON.
Map<String, String> serialize() {
return <String, String>{
'conditionName': conditionName,
};
}