expectedDisplayTime property

num get expectedDisplayTime

Implementation

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

Implementation

set expectedDisplayTime(_i2.num value) {
  _i4.setProperty(
    this,
    'expectedDisplayTime',
    value,
  );
}