fixedBlockSize property

double get fixedBlockSize

Implementation

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

Implementation

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