BMFPoiIndoorInfo class Null safety

室内POI信息类

Constructors

BMFPoiIndoorInfo({String? name, String? uid, String? indoorID, String? floor, String? address, String? city, String? phone, dynamic pt, String? tag, double? price, int? starLevel, bool? grouponFlag, bool? takeoutFlag, bool? waitedFlag, int? grouponNum, int? discount})
BMFPoiIndoorInfo.fromMap(Map map)
map => BMFPoiIndoorInfo

Properties

address ↔ String?
POI地址
read / write
city ↔ String?
POI所在城市
read / write
discount ↔ int?
折扣信息FIXME
read / write
floor ↔ String?
该室内POI所在楼层
read / write
grouponFlag ↔ bool?
是否有团购
read / write
grouponNum ↔ int?
团购数,-1表示没有团购信息
read / write
hashCode → int
The hash code for this object.
read-only, inherited
indoorID ↔ String?
该室内POI所在 室内ID
read / write
name ↔ String?
POI名称
read / write
phone ↔ String?
POI电话号码
read / write
price ↔ double?
价格
read / write
pt ↔ dynamic
POI坐标
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
starLevel ↔ int?
星级(0-50),50表示五星
read / write
tag ↔ String?
POI标签
read / write
takeoutFlag ↔ bool?
是否有外卖
read / write
uid ↔ String?
POI唯一标识符
read / write
waitedFlag ↔ bool?
是否排队
read / write

Methods

fromMap(Map map) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toMap() → Map<String, Object?>
toString() → String
A string representation of this object.
inherited

Operators

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