menu
mtranspayment package
documentation
model/customer.dart
Customer
Customer constructor
Customer constructor
dark_mode
light_mode
Customer
constructor
Customer
(
String
fullName
,
String
email
,
String
phone
)
Implementation
Customer(this.fullName, this.email, this.phone);
mtranspayment package
documentation
model/customer
Customer
Customer constructor
Customer class