AddressSuggestionConstraint class

AddressSuggestionConstraint used to limit search results according to Dadata online API documentation https://confluence.hflabs.ru/pages/viewpage.action?pageId=204669108.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

AddressSuggestionConstraint({String? region, String? city, String? streetTypeFull, String? settlementTypeFull, String? cityDistrictTypeFull, String? cityTypeFull, String? areaTypeFull, String? regionTypeFull, String? country, String? countryISOCode, String? regionISOCode, String? kladrId, String? regionFIASId, String? areaFIASId, String? cityFIASId, String? settlementFIASId, String? streetFIASId})
AddressSuggestionConstraint used to limit search results according to Dadata online API documentation https://confluence.hflabs.ru/pages/viewpage.action?pageId=204669108. All the fields are optional.
AddressSuggestionConstraint.fromJson(Map<String, dynamic> json)
factory

Properties

areaFIASId String?
getter/setter pair
areaTypeFull String?
getter/setter pair
city String?
getter/setter pair
cityDistrictTypeFull String?
getter/setter pair
cityFIASId String?
getter/setter pair
cityTypeFull String?
getter/setter pair
country String?
getter/setter pair
countryISOCode String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kladrId String?
getter/setter pair
region String?
getter/setter pair
regionFIASId String?
getter/setter pair
regionISOCode String?
getter/setter pair
regionTypeFull String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settlementFIASId String?
getter/setter pair
settlementTypeFull String?
getter/setter pair
streetFIASId String?
getter/setter pair
streetTypeFull String?
getter/setter pair

Methods

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

Operators

operator ==(Object other) bool
The equality operator.
inherited