BreakPoint constructor

BreakPoint(
  1. String prefix,
  2. double points
)

Implementation

BreakPoint(this.prefix, this.points);