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