PathCommand.close constructor

PathCommand.close()

Implementation

factory PathCommand.close() =>
    PathCommand(PathVerb.close, points: List.unmodifiable([]));