minBlockSize property

String minBlockSize

Implementation

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

Implementation

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