toJson method

Map<String, Object?> toJson()

The JSON representation of this object.

Implementation

Map<String, Object?> toJson() => _value;