FpsInfo constructor

const FpsInfo(
  1. int fps, {
  2. String? pageName,
})

Implementation

const FpsInfo(this.fps, {this.pageName});