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