GraphCleared class

Emitted when the graph is cleared.

Inheritance

Constructors

GraphCleared({required int previousNodeCount, required int previousConnectionCount})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
previousConnectionCount int
The number of connections before clearing.
final
previousNodeCount int
The number of nodes before clearing.
final
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
toString() String
A string representation of this object.
override

Operators

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