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