RoomArchetype enum

Room archetype.

Inheritance

Constructors

RoomArchetype(String value)
const

Values

livingRoom → const RoomArchetype
const RoomArchetype("living_room")
kitchen → const RoomArchetype
const RoomArchetype("kitchen")
dining → const RoomArchetype
const RoomArchetype("dining")
bedroom → const RoomArchetype
const RoomArchetype("bedroom")
kidsBedroom → const RoomArchetype
const RoomArchetype("kids_bedroom")
bathroom → const RoomArchetype
const RoomArchetype("bathroom")
nursery → const RoomArchetype
const RoomArchetype("nursery")
recreation → const RoomArchetype
const RoomArchetype("recreation")
office → const RoomArchetype
const RoomArchetype("office")
gym → const RoomArchetype
const RoomArchetype("gym")
hallway → const RoomArchetype
const RoomArchetype("hallway")
toilet → const RoomArchetype
const RoomArchetype("toilet")
frontDoor → const RoomArchetype
const RoomArchetype("front_door")
garage → const RoomArchetype
const RoomArchetype("garage")
terrace → const RoomArchetype
const RoomArchetype("terrace")
garden → const RoomArchetype
const RoomArchetype("garden")
driveway → const RoomArchetype
const RoomArchetype("driveway")
carport → const RoomArchetype
const RoomArchetype("carport")
home → const RoomArchetype
const RoomArchetype("home")
downstairs → const RoomArchetype
const RoomArchetype("downstairs")
upstairs → const RoomArchetype
const RoomArchetype("upstairs")
topFloor → const RoomArchetype
const RoomArchetype("top_floor")
attic → const RoomArchetype
const RoomArchetype("attic")
guestRoom → const RoomArchetype
const RoomArchetype("guest_room")
staircase → const RoomArchetype
const RoomArchetype("staircase")
lounge → const RoomArchetype
const RoomArchetype("lounge")
manCave → const RoomArchetype
const RoomArchetype("man_cave")
computer → const RoomArchetype
const RoomArchetype("computer")
studio → const RoomArchetype
const RoomArchetype("studio")
music → const RoomArchetype
const RoomArchetype("music")
tv → const RoomArchetype
const RoomArchetype("tv")
reading → const RoomArchetype
const RoomArchetype("reading")
closet → const RoomArchetype
const RoomArchetype("closet")
storage → const RoomArchetype
const RoomArchetype("storage")
laundryRoom → const RoomArchetype
const RoomArchetype("laundry_room")
balcony → const RoomArchetype
const RoomArchetype("balcony")
porch → const RoomArchetype
const RoomArchetype("porch")
barbecue → const RoomArchetype
const RoomArchetype("barbecue")
pool → const RoomArchetype
const RoomArchetype("pool")
other → const RoomArchetype
const RoomArchetype("other")

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The string representation of this RoomArchetype.
final

Methods

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

fromString(String value) RoomArchetype
Get a RoomArchetype from a given string value.

Constants

values → const List<RoomArchetype>
A constant List of the values in this enum, in order of their declaration.