useGrouping property

bool get useGrouping

Implementation

_i2.bool get useGrouping => _i5.getProperty(
      this,
      'useGrouping',
    );
set useGrouping (bool value)

Implementation

set useGrouping(_i2.bool value) {
  _i5.setProperty(
    this,
    'useGrouping',
    value,
  );
}