toJson method

Map<String, Object?> toJson()

The request as the JSON map the server expects.

Implementation

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