EngineNotificationParameterUnit class Null safety

Notification parameter unit

Constructors

EngineNotificationParameterUnit()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

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

Operators

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

Constants

imperial → const String
imperial: imperial distance (e.g. feet, mi or mi/h)
'imperial'
metric → const String
metric: metric distance (e.g. m, km or km/h)
'metric'
timestamp → const String
timestamp: UTC timestamp for time (e.g. 12:30:00)
'timestamp'