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
Properties
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