menu
mono_flutter package
documentation
models/mono_customer.dart
MonoNewCustomerIdentity
MonoNewCustomerIdentity.new const constructor
MonoNewCustomerIdentity.new const constructor
dark_mode
light_mode
MonoNewCustomerIdentity
constructor
const
MonoNewCustomerIdentity
(
{
required
String
type
,
required
String
number
,
})
Implementation
const MonoNewCustomerIdentity({ required this.type, required this.number, });
mono_flutter package
documentation
models/mono_customer
MonoNewCustomerIdentity
MonoNewCustomerIdentity.new const constructor
MonoNewCustomerIdentity class