sleep property

void Function(num) get sleep

Implementation

void Function(_i2.num) get sleep => (_i2.num p0) => _i3.callMethod(
      _i3.getProperty(
        this,
        'Sleep',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
set sleep (void value(num))

Implementation

set sleep(void Function(_i2.num) value) {
  _i3.setProperty(
    this,
    'Sleep',
    _i3.allowInterop(value),
  );
}