frameRate property
DoubleRange?
get
frameRate
Implementation
_i3.DoubleRange? get frameRate => _i4.getProperty(
this,
'frameRate',
);
set
frameRate
(DoubleRange? value)
Implementation
set frameRate(_i3.DoubleRange? value) {
_i4.setProperty(
this,
'frameRate',
value ?? _i6.undefined,
);
}