temporalIndex property

num? get temporalIndex

Implementation

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

Implementation

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