FrameRate constructor

const FrameRate(
  1. double framesPerSecond
)

Implementation

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