sort property

void Function() get sort

Implementation

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

Implementation

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