DBFieldFree<T> constructor
DBFieldFree<T> ({})
Implementation
DBFieldFree({
this.defaultValue,
this.validators = const [],
this.readonly = false,
this.hideJson = false,
this.searchable = true,
this.filterable = false,
this.fix,
});