grid property
String
get
grid
Implementation
_i2.String get grid => _i4.getProperty(
this,
'grid',
);
set
grid
(String value)
Implementation
set grid(_i2.String value) {
_i4.setProperty(
this,
'grid',
value,
);
}