RoomEntity class

A Entity that contains all box/room information.

Constructors

RoomEntity()

Properties

hashCode int
The hash code for this object.
no setterinherited
isEmpty bool?
The Status file from a specific room.
getter/setter pair
isOpen bool?
The Status file from a specific room.
getter/setter pair
keys Iterable?
All the keys from a specific room.
getter/setter pair
length int?
The length file from a specific room.
getter/setter pair
name String?
The name file from a specific room.
getter/setter pair
path String?
The path file from a specific room.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values Iterable?
All the values from a specific room.
getter/setter pair

Methods

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

Operators

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