Room class

Representation of a Room in the real world. area defines it size.

Constructors

Room({required String key, required Area area})

Properties

area Area
final
hashCode int
The hash code for this object.
no setterinherited
key String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copy() Room
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes the class into a json object
toString() String
A string representation of this object.
override

Operators

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