menu
fivestar_support package
documentation
models.dart
CustomerInfo
CustomerInfo.new constructor
CustomerInfo.new constructor
dark_mode
light_mode
CustomerInfo
constructor
CustomerInfo
(
{
required
String
id
,
required
String
customerId
,
String
?
email
,
String
?
name
,
})
Implementation
CustomerInfo({ required this.id, required this.customerId, this.email, this.name, });
fivestar_support package
documentation
models
CustomerInfo
CustomerInfo.new constructor
CustomerInfo class