CollectionOption constructor

const CollectionOption({
  1. bool readOnly = false,
  2. bool enableMmap = true,
  3. int maxBufferSize = 64 * 1024 * 1024,
})

Implementation

const CollectionOption({
  this.readOnly = false,
  this.enableMmap = true,
  this.maxBufferSize = 64 * 1024 * 1024,
});