instance property

Fps instance

Implementation

static Fps get instance {
  _instance ??= Fps._();
  return _instance!;
}