FieldOptions constructor

const FieldOptions({
  1. bool nullable = true,
  2. FieldValueValidator? validator,
})

Implementation

const FieldOptions({this.nullable = true, this.validator});