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