toJson method
Converts the object to a JSON string representation.
Returns the JSON string representation of the object.
Implementation
String toJson() => SafeParser.safeEncodeJson(toMap());
Converts the object to a JSON string representation.
Returns the JSON string representation of the object.
String toJson() => SafeParser.safeEncodeJson(toMap());