timecode property

num? get timecode

Implementation

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

Implementation

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