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