toRawJson method

String toRawJson()

Converts this instance to a raw JSON string.

Implementation

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