DBFieldFree<T> class

Constructors

DBFieldFree({T? defaultValue, List<ValidatorEvent> validators = const [], bool readonly = false, bool hideJson = false, bool searchable = true, bool filterable = false, T? fix<R>(R? value)?})

Properties

defaultValue ↔ T?
getter/setter pair
filterable bool
getter/setter pair
fix ↔ T? Function<R>(R? value)?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hideJson bool
getter/setter pair
readonly bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchable bool
getter/setter pair
type Type
no setter
validators List<ValidatorEvent>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
validate(Object? fieldValue) FieldResultFree

Operators

operator ==(Object other) bool
The equality operator.
inherited