menu
d_serializer package
documentation
example/example_models.dart
UserProfileToJson function
UserProfileToJson function
dark_mode
light_mode
UserProfileToJson
function
Map
<
String
,
dynamic
>
UserProfileToJson
(
UserProfile
value
)
Implementation
Map<String, dynamic> UserProfileToJson(UserProfile value) { return value.toJson(); }
d_serializer package
documentation
example/example_models
UserProfileToJson function
example_models library