FlutterPlace class

Available extensions

Constructors

FlutterPlace({required int placeId, required int buildingId, required int fetchDateTime, required String name, required List<FlutterFloor?> floors, required String address, required FlutterPlaceType placeType, int? featureModelId, int? originalFeatureModelId, int? parentId, FlutterPolygon? placePolygon})

Properties

address String
getter/setter pair
buildingId int
getter/setter pair
featureModelId int?
getter/setter pair
fetchDateTime int
getter/setter pair
floors List<FlutterFloor?>
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
name String
getter/setter pair
originalFeatureModelId int?
For places that have a parent id, this is their original feature model id. The featureModelId is the feature model id of the parent
getter/setter pair
parentId int?
If this place is a sub place, this is the placeId of the parent place
getter/setter pair
placeId int
getter/setter pair
placePolygon FlutterPolygon?
The polygon for a place area. Only set if placeType is AREA
getter/setter pair
placeType FlutterPlaceType
getter/setter pair
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
toString() String
A string representation of this object.
inherited
toStringPretty() String

Available on FlutterPlace, provided by the FlutterPlaceExtension extension

Operators

operator ==(Object other) bool
The equality operator.
override

Static Methods

decode(Object result) FlutterPlace