framesPerSecond property

num? get framesPerSecond

Implementation

_i2.num? get framesPerSecond => _i4.getProperty(
      this,
      'framesPerSecond',
    );
set framesPerSecond (num? value)

Implementation

set framesPerSecond(_i2.num? value) {
  _i4.setProperty(
    this,
    'framesPerSecond',
    value ?? _i6.undefined,
  );
}