menu
chance_dart package
documentation
core/person/model/location.dart
Location
Location const constructor
Location const constructor
dark_mode
light_mode
Location
constructor
const
Location
(
{
String
?
street
,
String
?
city
,
String
?
state
,
num
?
zip
,
})
Implementation
const Location({ this.street, this.city, this.state, this.zip, });
chance_dart package
documentation
core/person/model/location
Location
Location const constructor
Location class