ChangeDataEvent< D> class
The event that may be emitted when data changes.
Whether to emit a change data event is also affected by Chart.changeData.
See also:
- Chart.changeData, The behavior of whether to emit this event when data changes.
Constructors
-
ChangeDataEvent(List<
D> data) - Creates a change data event.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited