MemoryPermissions constructor

const MemoryPermissions({
  1. bool create = true,
  2. bool drop = true,
  3. bool inspect = true,
  4. bool query = true,
  5. bool upsert = true,
  6. bool ingest = true,
  7. bool recall = true,
  8. bool optimize = true,
})

Implementation

const MemoryPermissions({
  this.create = true,
  this.drop = true,
  this.inspect = true,
  this.query = true,
  this.upsert = true,
  this.ingest = true,
  this.recall = true,
  this.optimize = true,
});