FdcFieldStorage constructor

const FdcFieldStorage({
  1. bool generated = false,
  2. bool insertable = true,
  3. bool updateable = true,
})

Creates a FdcFieldStorage.

Implementation

const FdcFieldStorage({
  this.generated = false,
  this.insertable = true,
  this.updateable = true,
});