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