menu
fishpi package
documentation
types/user.dart
MembershipUserConfig
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => { 'userId': userId, 'configJson': configJson, };
fishpi package
documentation
types/user
MembershipUserConfig
toJson method
MembershipUserConfig class