toJsonString method
Returns the Event object as a JSON string
Implementation
String toJsonString() {
final jsonMap = toJson();
return json.encode(jsonMap);
}
Returns the Event object as a JSON string
String toJsonString() {
final jsonMap = toJson();
return json.encode(jsonMap);
}