AddressComponent class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
AddressComponent.new({String? country, String? province, String? city, String? cityCode, String? district, String? adcode, String? township, String? townCode, Neighborhood? neighborhood, Building? building, StreetNumber? streetNumber, List<BusinessArea>? businessAreas})
-
const
-
AddressComponent.fromJson(Map<String, dynamic> json)
-
factory
Methods
-
copyWith({String? country, String? province, String? city, String? cityCode, String? district, String? adcode, String? township, String? townCode, Neighborhood? neighborhood, Building? building, StreetNumber? streetNumber, List<BusinessArea>? businessAreas})
→ AddressComponent
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
-
toString()
→ String
-
A string representation of this object.
inherited