EventNode class

Constructors

EventNode({bool? isStart = false, Coordinate? pt, Segment? seg, bool? primary = false, EventNode? other, StatusNode? status, EventNode? next, EventNode? prev})

Properties

hashCode int?
The hash code for this object.
no setterinherited
isStart bool?
getter/setter pair
next EventNode?
getter/setter pair
other EventNode?
getter/setter pair
prev EventNode?
getter/setter pair
primary bool?
getter/setter pair
pt ↔ Coordinate?
getter/setter pair
runtimeType Type?
A representation of the runtime type of the object.
no setterinherited
seg Segment?
getter/setter pair
status StatusNode?
getter/setter pair

Methods

noSuchMethod(Invocation? invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove() → void
toString() String?
A string representation of this object.
inherited

Operators

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