toRawJson method

String toRawJson()

Converts this instance to a JSON string.

Implementation

String toRawJson() => json.encode(toJson());