menu
anybill_base
anybill_base_models
BuyerAddressDto
BuyerAddressDto constructor
BuyerAddressDto
brightness_4
brightness_5
BuyerAddressDto
constructor
BuyerAddressDto
(
{
String
?
street
,
String
?
postalCode
,
String
?
city
,
String
?
countryCode
}
)
Implementation
BuyerAddressDto({ this.street, this.postalCode, this.city, this.countryCode, });
anybill_base
anybill_base_models
BuyerAddressDto
BuyerAddressDto constructor
BuyerAddressDto class
Constructors
BuyerAddressDto
fromJson
Properties
city
countryCode
hashCode
postalCode
props
runtimeType
street
stringify
Methods
noSuchMethod
toJson
toString
Operators
operator ==