FieldOptions constructor
const
FieldOptions({
- bool nullable = true,
- FieldValueValidator? validator,
Implementation
const FieldOptions({this.nullable = true, this.validator});