autoAllocateChunkSize property
int
get
autoAllocateChunkSize
Implementation
int get autoAllocateChunkSize =>
js_util.getProperty(this, 'autoAllocateChunkSize');
set
autoAllocateChunkSize
(int newValue)
Implementation
set autoAllocateChunkSize(int newValue) {
js_util.setProperty(this, 'autoAllocateChunkSize', newValue);
}