timeRemaining property

num Function() get timeRemaining

Implementation

_i2.num Function() get timeRemaining => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'timeRemaining',
      ),
      r'call',
      [this],
    );
set timeRemaining (num value())

Implementation

set timeRemaining(_i2.num Function() value) {
  _i4.setProperty(
    this,
    'timeRemaining',
    _i4.allowInterop(value),
  );
}