IndoorData class

poiId : "IndoorPoiId" floor : "1" isIndoorMap : true floorName : "FloorName"

Constructors

IndoorData.new({String? poiId, int? floor, bool? isIndoorMap, String? floorName})
IndoorData.fromJson(dynamic json)

Properties

floor int?
no setter
floorName String?
no setter
hashCode int
The hash code for this object.
no setterinherited
isIndoorMap bool?
no setter
poiId String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? poiId, int? floor, bool? isIndoorMap, String? floorName}) IndoorData
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