menu
segment_analytics package
documentation
event.dart
Address
Address.new constructor
Address.new constructor
dark_mode
light_mode
Address
constructor
Address
(
{
String
?
city
,
String
?
country
,
String
?
postalCode
,
String
?
state
,
String
?
street
,
Map
<
String
,
dynamic
>
?
custom
,
})
Implementation
Address( {this.city, this.country, this.postalCode, this.state, this.street, super.custom});
segment_analytics package
documentation
event
Address
Address.new constructor
Address class