copyWith method
Implementation
ClosedVectorPath copyWith({List<VectorPathCommand>? commands}) =>
ClosedVectorPath(commands: commands ?? this.commands);
ClosedVectorPath copyWith({List<VectorPathCommand>? commands}) =>
ClosedVectorPath(commands: commands ?? this.commands);