toJson method

  1. @override
Null toJson()
override

Converts the object to a JSON representation.

Returns the JSON representation of the object.

Implementation

@override
Null toJson() => null;