copyWith method

VectorPathCommandLine copyWith({
  1. Point? endPoint,
})

Implementation

VectorPathCommandLine copyWith({Point? endPoint}) =>
    VectorPathCommandLine(endPoint: endPoint ?? this.endPoint);