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