getCurrentTime property

num Function() get getCurrentTime

Implementation

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

Implementation

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