menu
fakestore_fase3_mandrade package
documentation
domain/models/user_model.dart
NameModel
NameModel.new const constructor
NameModel.new const constructor
dark_mode
light_mode
NameModel
constructor
const
NameModel
(
{
required
String
firstName
,
required
String
lastName
,
})
Implementation
const NameModel({required this.firstName, required this.lastName});
fakestore_fase3_mandrade package
documentation
domain/models/user_model
NameModel
NameModel.new const constructor
NameModel class