menu
another_quickbooks package
documentation
quickbook_models.dart
Address
Address.new constructor
Address.new constructor
dark_mode
light_mode
Address
constructor
Address
(
{
String
?
country
,
String
?
postalCode
,
String
?
city
,
String
?
region
,
String
?
streetAddress
,
})
Implementation
Address({ this.country, this.postalCode, this.city, this.region, this.streetAddress });
another_quickbooks package
documentation
quickbook_models
Address
Address.new constructor
Address class