FlutterCombainIndoorLocation class
- Available extensions
Constructors
- FlutterCombainIndoorLocation({required String buildingName, required int buildingId, String? floor, int? floorIndex, FlutterCombainFloorMap? combainFloorMap, String? address, int? featureModelId, int? buildingModelId})
Properties
- address ↔ String?
-
getter/setter pair
- buildingId ↔ int
-
getter/setter pair
- buildingModelId ↔ int?
-
getter/setter pair
- buildingName ↔ String
-
getter/setter pair
- combainFloorMap ↔ FlutterCombainFloorMap?
-
getter/setter pair
- featureModelId ↔ int?
-
getter/setter pair
- floor ↔ String?
-
getter/setter pair
- floorIndex ↔ int?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
encode(
) → Object -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prettyPrint(
) → String -
Available on FlutterCombainIndoorLocation, provided by the FlutterCombainIndoorLocationToString extension
-
toString(
) → String -
A string representation of this object.
inherited
-
toStringPretty(
) → String -
Available on FlutterCombainIndoorLocation, provided by the FlutterCombainIndoorLocationExtension extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
decode(
Object result) → FlutterCombainIndoorLocation