FlutterRoutableTarget class
- Available extensions
Constructors
-
FlutterRoutableTarget({required int nodeId, required String name, required String buildingName, required int buildingId, required int featureModelId, required List<
FlutterNodeFloorIndex?> targetNodes, required Map<int?, String?> floors, required Map<int, FlutterPointLLA> centerPoints})
Properties
- buildingId ↔ int
-
getter/setter pair
- buildingName ↔ String
-
getter/setter pair
-
centerPoints
↔ Map<
int, FlutterPointLLA> -
The geographic center of all target nodes per floor
Floor index => center point
getter/setter pair
- featureModelId ↔ int
-
getter/setter pair
-
floors
↔ Map<
int?, String?> -
The floor index => floorLabel for target
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- name ↔ String
-
getter/setter pair
- nodeId ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
targetNodes
↔ List<
FlutterNodeFloorIndex?> -
getter/setter pair
Methods
-
encode(
) → Object -
getTargetNodes(
) → List< FlutterNodeFloorIndex> -
Available on FlutterRoutableTarget, provided by the FlutterRoutableTargetExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toStringPretty(
) → String -
Available on FlutterRoutableTarget, provided by the FlutterRoutableTargetExtension extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
decode(
Object result) → FlutterRoutableTarget