ModelField constructor

const ModelField({
  1. bool isWriteNotNull = true,
})

Implementation

const ModelField({
  this.isWriteNotNull = true,
});