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