menu
saasfork_design_system package
documentation
foundations/models/profile_model.dart
ProfileModel
ProfileModel.new constructor
ProfileModel.new constructor
dark_mode
light_mode
ProfileModel
constructor
ProfileModel
(
{
required
String
email
,
required
String
username
,
})
Implementation
ProfileModel({required this.email, required this.username});
saasfork_design_system package
documentation
foundations/models/profile_model
ProfileModel
ProfileModel.new constructor
ProfileModel class