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