totalInterFrameDelay property
num?
get
totalInterFrameDelay
Implementation
_i2.num? get totalInterFrameDelay => _i4.getProperty(
this,
'totalInterFrameDelay',
);
set
totalInterFrameDelay
(num? value)
Implementation
set totalInterFrameDelay(_i2.num? value) {
_i4.setProperty(
this,
'totalInterFrameDelay',
value ?? _i6.undefined,
);
}