toJson method
Converts the object to a JSON representation.
Returns the JSON representation of the object.
Implementation
@override
toJson() => JsonConvertible.serialize($1 ?? $2);
Converts the object to a JSON representation.
Returns the JSON representation of the object.
@override
toJson() => JsonConvertible.serialize($1 ?? $2);