OnyxCueList class
Constructors
- OnyxCueList({required Onyx parent, String? name, required int cueListNumber})
- OnyxCueList.fromLine(Onyx parent, String line)
- parses an onyx cuelist description line
Properties
- active ↔ bool
-
getter/setter pair
- cueListNumber ↔ int
-
getter/setter pair
- fullName → String
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isFavorite ↔ bool
-
getter/setter pair
- name ↔ String
-
getter/setter pair
- parent ↔ Onyx
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String
-
no setter
- transitioning ↔ bool
-
getter/setter pair
-
updates
→ Stream<
bool> -
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notify(
) → void -
release(
) → Future< OnyxMessage?> -
toggle(
) → Future< OnyxMessage?> -
toString(
) → String -
A string representation of this object.
override
-
trigger(
) → Future< OnyxMessage?>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited