getStartTime property

num Function() get getStartTime

Implementation

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

Implementation

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