menu
saasfork_design_system package
documentation
foundations/models/profile_model.dart
ProfileModel
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return {'email': email, 'username': username}; }
saasfork_design_system package
documentation
foundations/models/profile_model
ProfileModel
toMap method
ProfileModel class