menu
d_serializer package
documentation
example/example_models.dart
UserProfile
fullName property
fullName property
dark_mode
light_mode
fullName
property
@
JsonKey
(requiredKey: true)
@
Format.trim
()
@
Format.customWith
(TitleCase)
String
fullName
final
Implementation
@JsonKey(requiredKey: true) @Format.trim() @Format.customWith(TitleCase) final String fullName;
d_serializer package
documentation
example/example_models
UserProfile
fullName property
UserProfile class