menu
bootpay package
documentation
model/commerce/commerce_user.dart
CommerceUser
CommerceUser.new constructor
CommerceUser.new constructor
dark_mode
light_mode
CommerceUser
constructor
CommerceUser
(
{
String
membershipType
=
'guest'
,
String
?
userId
,
String
?
name
,
String
?
phone
,
String
?
email
,
})
Implementation
CommerceUser({ this.membershipType = 'guest', this.userId, this.name, this.phone, this.email, });
bootpay package
documentation
model/commerce/commerce_user
CommerceUser
CommerceUser.new constructor
CommerceUser class