toJson method

String toJson()
inherited

Converts the object to a JSON string representation.

Returns the JSON string representation of the object.

Implementation

String toJson() => SafeParser.safeEncodeJson(toMap());