RecordingInterval enum

Recoding intervals for H10 recording start

Inheritance

Constructors

RecordingInterval()
const

Values

interval_1s → const RecordingInterval

1 second interval

interval_5s → const RecordingInterval

5 second interval

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

Methods

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

Operators

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

Constants

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