PositionWithTime constructor

PositionWithTime(
  1. Offset position,
  2. int time
)

Implementation

PositionWithTime(this.position, this.time);