Field constructor

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

Implementation

const Field({this.isWriteNotNull = true});