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