PathCommand constructor

PathCommand(
  1. PathVerb verb, {
  2. required List<Vec2D> points,
})

Implementation

PathCommand(this.verb, {required this.points});