LiveDataDomainTypes enum Null safety
Domain types for livedata subscriptions
Used to set which livedata domains are active on MapControl.enableLiveData(String)
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
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]