toJson method

Map<String, Object?> toJson()

Returns the JSON representation.

Implementation

Map<String, Object?> toJson() => {'meta': meta};