getSimpleDuration property

num Function() get getSimpleDuration

Implementation

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

Implementation

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