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