FrameRate constructor

FrameRate(
  1. double framesPerSecond
)

Implementation

FrameRate(this.framesPerSecond) : assert(framesPerSecond > 0);