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