Pois constructor
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,
Implementation
Pois(
{this.enterLocation,
this.location,
this.district,
this.province,
this.typecode,
this.tel,
this.hasIndoorMap,
this.businessArea,
this.images,
this.parkingType,
this.city,
this.exitLocation,
this.adcode,
this.name,
this.type,
this.subPOIs,
this.shopID,
this.gridcode,
this.uid,
this.website,
this.pcode,
this.distance,
this.email,
this.extensionInfo,
this.direction,
this.citycode,
this.postcode,
this.address,
this.indoorData});