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