autoAllocateChunkSize property
      
      num?
      get
      autoAllocateChunkSize
      
    
    
    
Implementation
_i2.num? get autoAllocateChunkSize => _i4.getProperty(
      this,
      'autoAllocateChunkSize',
    );
      
      set
      autoAllocateChunkSize
      (num? value) 
      
    
    
    
Implementation
set autoAllocateChunkSize(_i2.num? value) {
  _i4.setProperty(
    this,
    'autoAllocateChunkSize',
    value ?? _i6.undefined,
  );
}