emptyCells property

String emptyCells

Implementation

_i2.String get emptyCells => _i4.getProperty(
      this,
      'emptyCells',
    );
void emptyCells=(String value)

Implementation

set emptyCells(_i2.String value) {
  _i4.setProperty(
    this,
    'emptyCells',
    value,
  );
}