autoAllocateChunkSize property

int autoAllocateChunkSize

Implementation

int get autoAllocateChunkSize =>
    js_util.getProperty(this, 'autoAllocateChunkSize');
void autoAllocateChunkSize=(int newValue)

Implementation

set autoAllocateChunkSize(int newValue) {
  js_util.setProperty(this, 'autoAllocateChunkSize', newValue);
}