PloatingPoints constructor

PloatingPoints(
  1. double points,
  2. DateTime time
)

Implementation

PloatingPoints(this.points, this.time);