menu
client_sdk package
documentation
models/customer.dart
CustomerModel
CustomerModel.new constructor
CustomerModel.new constructor
dark_mode
light_mode
CustomerModel
constructor
CustomerModel
(
{
required
String
email
,
required
String
phone
,
required
String
status
,
})
Implementation
CustomerModel( {required this.email, required this.phone, required this.status});
client_sdk package
documentation
models/customer
CustomerModel
CustomerModel.new constructor
CustomerModel class