toRawJson method

String toRawJson()

The package offers a JSON utility for all model classes.

Implementation

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