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.
Inheritance

Constructors

ChangeDataEvent(List<D> data)
Creates a change data event.

Properties

data List<D>
The new data.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type EventType
type of the event.
no setteroverride

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