menu
civitai_client package
documentation
civitai_client.dart
GetCurrentUserResponse
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Converts this response to a JSON map.
Implementation
Map<String, dynamic> toJson() { return user.toJson(); }
civitai_client package
documentation
civitai_client
GetCurrentUserResponse
toJson method
GetCurrentUserResponse class