grid property

String grid

Implementation

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

Implementation

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