StorageField constructor

const StorageField({
  1. bool isWriteNotNull = true,
  2. String? folderName,
  3. bool isSetNull = true,
})

Implementation

const StorageField({
  this.isWriteNotNull = true,
  this.folderName,
  this.isSetNull = true,
});