PathAction constructor

PathAction(
  1. List<Points> points,
  2. String type
)

Implementation

PathAction(this.points, this.type);