gridRow property

String gridRow

Implementation

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

Implementation

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