Field<T> class

Example: late final EntityField

Inheritance
Available Extensions

Properties

entity Entity
finalinherited
hashCode int
The hash code for this object.
no setterinherited
isComputed bool
no setterinherited
isLoaded bool
no setterinherited
label String
getter/setter pairinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
rx Rx<Field<T>>
no setter
value ↔ T?
getter/setter pairoverride-getter
valueIsNotNull bool
no setter
valueIsNull bool
no setter

Methods

call([T? value]) → T
Parameter with Null value will be ignored In order to assign null value, use value instead.
computed({required List<FieldBase> bindings, required Computed<T?> compute}) → void
innerDefaultValue() → T?
override
innerLoad(dynamic rawData, {bool copy = false}) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onChanged({required ValueChanged<T?> action}) → void
inherited
onLoaded({required ValueChanged<T?> action, void reset()?}) → void
inherited
propagate() → void
inherited
reset() → void
inherited
toString() String
A string representation of this object.
inherited
updateState() → void
override

Operators

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