totalDecodeTime property

num? get totalDecodeTime

Implementation

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

Implementation

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