toJson method

dynamic toJson()

This is used to make json_serializable's explicitToJson transparent.

For internal use. Does not return valid JSON.

Implementation

dynamic toJson() => this;