SubLocation class

Constructors

SubLocation()

Properties

actionsFile String?
getter/setter pair
azimuth num
getter/setter pair
beacons List<Beacon>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height num
getter/setter pair
id int
getter/setter pair
latitude num
getter/setter pair
location int
getter/setter pair
longitude num
getter/setter pair
mapFile String?
getter/setter pair
measureList List<MeasureObject>
getter/setter pair
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateFile String?
getter/setter pair
venues List<Venue>
getter/setter pair
width num
getter/setter pair
zones List<Zone>
getter/setter pair

Methods

getImage() Future<Uint8List>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromAPIMap(dynamic sl) SubLocation
fromMap(dynamic data) SubLocation