toJsonString method
Returns a JSON string representation of the BaseModel.
Implementation
String toJsonString() => jsonEncode(sortedJson());
Returns a JSON string representation of the BaseModel.
String toJsonString() => jsonEncode(sortedJson());