Dataset class
Constructors
- Dataset()
-
factory
Properties
- currentDateTime ↔ DateTime?
-
getter/setter pair
- currentDateTimeQuaterRange → DateTimeRange?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastSignal ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
signals
→ Map<
String, Signal> -
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setSignal(
Signal signal) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
addAction(
CAction action) → void -
getActions(
) → CAction?