ClosedVectorPath constructor

ClosedVectorPath(
  1. {required List<VectorPathCommand> commands,
  2. int? extra,
  3. int? clientId}
)

Represents a closed vector path. The path begins at the end point of the last command

Implementation

ClosedVectorPath