LiveDataDomainTypes enum Null safety

Domain types for livedata subscriptions

Used to set which livedata domains are active on MapControl.enableLiveData(String)

Inheritance

Constructors

LiveDataDomainTypes(String name)
const

Values

occupancy → const LiveDataDomainTypes
LiveDataDomainTypes("occupancy")
availability → const LiveDataDomainTypes
LiveDataDomainTypes("availability")
position → const LiveDataDomainTypes
LiveDataDomainTypes("position")
count → const LiveDataDomainTypes
LiveDataDomainTypes("count")
temperature → const LiveDataDomainTypes
LiveDataDomainTypes("temperature")
co2 → const LiveDataDomainTypes
LiveDataDomainTypes("co2")
humidity → const LiveDataDomainTypes
LiveDataDomainTypes("humidity")
any → const LiveDataDomainTypes
LiveDataDomainTypes("any")

Properties

hashCode int
The hash code for this object.
read-onlyinherited
index int
A numeric identifier for the enumerated value.
read-onlyinherited
name String
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

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

Operators

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

Constants

values → const List<LiveDataDomainTypes>
A constant List of the values in this enum, in order of their declaration.
[occupancy, availability, position, count, temperature, co2, humidity, any]