PolylineOp class sealed

Sealed class for polyline operations (undo/redo support).

Implemented types
Implementers

Properties

debugName String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

apply(List<InteractivePolyline<Object>> current) Op<InteractivePolyline<Object>>
Applies this operation to the current list.
inherited
canMerge(Op<InteractivePolyline<Object>> other) bool
Checks if this operation can be merged with other.
inherited
merge(Op<InteractivePolyline<Object>> other) Op<InteractivePolyline<Object>>
Merges this operation with other, returning a new operation.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
revert(List<InteractivePolyline<Object>> current) Op<InteractivePolyline<Object>>
Reverts this operation from the current list.
inherited
toString() String
A string representation of this object.
inherited

Operators

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