Pointinfo constructor

Pointinfo(
  1. bool start,
  2. double x,
  3. double y
)

Implementation

Pointinfo(this.start, double x, double y) : offset = Offset(x, y);