toJsonString method

String toJsonString()

Converts the instance to a json string.

Implementation

String toJsonString() => jsonEncode(toJson());