empty property

void Function() get empty

Implementation

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

Implementation

set empty(void Function() value) {
  _i4.setProperty(
    this,
    'empty',
    _i4.allowInterop(value),
  );
}