FieldBase<T> class abstract

Implementers
Available Extensions

Constructors

FieldBase(Entity entity, {required String name, String? label})

Properties

entity Entity
final
hashCode int
The hash code for this object.
no setterinherited
isComputed bool
no setter
isLoaded bool
no setter
label String
getter/setter pair
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → T?
no setter

Methods

innerDefaultValue() → T?
innerLoad(dynamic rawData, {bool copy = false}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onChanged({required ValueChanged<T?> action}) → void
onLoaded({required ValueChanged<T?> action, void reset()?}) → void
propagate() → void
reset() → void
toString() String
A string representation of this object.
override
updateState() → void

Operators

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