Pos constructor

Pos(
  1. int start,
  2. int end,
  3. double logit
)

Implementation

Pos(this.start, this.end, this.logit);