AddPolylineOp class final
Operation to add a polyline.
- Inheritance
-
- Object
- PolylineOp
- AddPolylineOp
Constructors
-
AddPolylineOp({required InteractivePolyline<
Object> polyline}) -
const
Properties
- debugName → String
-
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
-
polyline
→ InteractivePolyline<
Object> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
apply(
List< InteractivePolyline< list) → PolylineOpObject> > -
Applies this operation to the
currentlist.override -
canMerge(
Op< InteractivePolyline< next) → boolObject> > -
Checks if this operation can be merged with
other.override -
merge(
Op< InteractivePolyline< next) → PolylineOpObject> > -
Merges this operation with
other, returning a new operation.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
revert(
List< InteractivePolyline< list) → PolylineOpObject> > -
Reverts this operation from the
currentlist.override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited