menu
ecodesk_flutter package
documentation
models/classes.dart
EcodeskCustomerMetadata
EcodeskCustomerMetadata.new const constructor
EcodeskCustomerMetadata.new const constructor
dark_mode
light_mode
EcodeskCustomerMetadata
constructor
const
EcodeskCustomerMetadata
(
{
String
?
email
,
String
?
externalId
,
String
?
name
,
Map
<
String
,
dynamic
>
?
otherMetadata
,
})
Implementation
const EcodeskCustomerMetadata({ this.email, this.externalId, this.name, this.otherMetadata, });
ecodesk_flutter package
documentation
models/classes
EcodeskCustomerMetadata
EcodeskCustomerMetadata.new const constructor
EcodeskCustomerMetadata class