menu
pdf_utils package
documentation
model/customer.dart
Customer
Customer.new const constructor
Customer.new const constructor
dark_mode
light_mode
Customer
constructor
const
Customer
(
{
required
String
name
,
required
String
address
,
String
?
phone
,
String
?
email
,
})
Implementation
const Customer({ required this.name, required this.address, this.phone, this.email, });
pdf_utils package
documentation
model/customer
Customer
Customer.new const constructor
Customer class