menu
flutter_hyperswitch package
documentation
types.dart
ShippingDetails
ShippingDetails constructor
ShippingDetails constructor
dark_mode
light_mode
ShippingDetails
constructor
ShippingDetails
(
{
String
?
email
,
String
?
name
,
String
?
phone
,
Address
?
address
,
})
Implementation
ShippingDetails({ this.email, this.name, this.phone, this.address, });
flutter_hyperswitch package
documentation
types
ShippingDetails
ShippingDetails constructor
ShippingDetails class