menu
pay_with_paystack package
documentation
model/customer.dart
Customer
Customer.new constructor
Customer.new constructor
dark_mode
light_mode
Customer
constructor
Customer
(
{
int
?
id
,
String
?
firstName
,
String
?
lastName
,
String
?
email
,
String
?
customerCode
,
String
?
phone
,
})
Implementation
Customer({ this.id, this.firstName, this.lastName, this.email, this.customerCode, this.phone, });
pay_with_paystack package
documentation
model/customer
Customer
Customer.new constructor
Customer class