menu
fluvie_api package
documentation
client.dart
ApiRenderRequest
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
Object
?
>
toJson
(
)
The request as the JSON map the server expects.
Implementation
Map<String, Object?> toJson() => _json;
fluvie_api package
documentation
client
ApiRenderRequest
toJson method
ApiRenderRequest class