fixedBlockSize property

double fixedBlockSize

Implementation

double get fixedBlockSize => js_util.getProperty(this, 'fixedBlockSize');
void fixedBlockSize=(double newValue)

Implementation

set fixedBlockSize(double newValue) {
  js_util.setProperty(this, 'fixedBlockSize', newValue);
}