menu
stripe package
documentation
messages.dart
Address
Address constructor
Address constructor
dark_mode
light_mode
Address
constructor
Address
(
{
String
?
city
,
String
?
country
,
String
?
line1
,
String
?
line2
,
String
?
postalCode
,
String
?
state
,
})
Implementation
Address({ this.city, this.country, this.line1, this.line2, this.postalCode, this.state, });
stripe package
documentation
messages
Address
Address constructor
Address class