Pois class
Constructors
-
Pois({EnterLocation? enterLocation, EnterLocation? location, String? district, String? province, String? typecode, String? tel, bool? hasIndoorMap, String? businessArea, List<
Images> ? images, String? parkingType, String? city, dynamic exitLocation, String? adcode, String? name, String? type, List<SubPOIs> ? subPOIs, String? shopID, String? gridcode, String? uid, String? website, String? pcode, num? distance, String? email, ExtensionInfo? extensionInfo, String? direction, String? citycode, String? postcode, String? address, dynamic indoorData}) -
Pois.fromJson(Map<
String, dynamic> json)
Properties
- adcode ↔ String?
-
getter/setter pair
- address ↔ String?
-
getter/setter pair
- businessArea ↔ String?
-
getter/setter pair
- city ↔ String?
-
getter/setter pair
- citycode ↔ String?
-
getter/setter pair
- direction ↔ String?
-
getter/setter pair
- distance ↔ num?
-
getter/setter pair
- district ↔ String?
-
getter/setter pair
- email ↔ String?
-
getter/setter pair
- enterLocation ↔ EnterLocation?
-
getter/setter pair
- exitLocation ↔ dynamic
-
getter/setter pair
- extensionInfo ↔ ExtensionInfo?
-
getter/setter pair
- gridcode ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasIndoorMap ↔ bool?
-
getter/setter pair
-
images
↔ List<
Images> ? -
getter/setter pair
- indoorData ↔ dynamic
-
getter/setter pair
- location ↔ EnterLocation?
-
getter/setter pair
- name ↔ String?
-
getter/setter pair
- parkingType ↔ String?
-
getter/setter pair
- pcode ↔ String?
-
getter/setter pair
- postcode ↔ String?
-
getter/setter pair
- province ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shopID ↔ String?
-
getter/setter pair
-
subPOIs
↔ List<
SubPOIs> ? -
getter/setter pair
- tel ↔ String?
-
getter/setter pair
- type ↔ String?
-
getter/setter pair
- typecode ↔ String?
-
getter/setter pair
- uid ↔ String?
-
getter/setter pair
- website ↔ 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