Floor class

Representation of a floor in a building. ALl members with an Area need to be contained in the floor itself. When a point of an Area is not in the Floors area an exception is thrown.

Constructors

Floor({required PolygonalArea area, required int floorNumber, required List<Beacon> beacons, required List<Room> rooms, List<Landmark>? landmarks})

Properties

area PolygonalArea
final
beacons List<Beacon>
final
floorNumber int
final
hashCode int
The hash code for this object.
no setterinherited
landmarks List<Landmark>?
final
rooms List<Room>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copy() Floor
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.
override

Operators

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