FieldDescriptor<T, V> class

Constructors

FieldDescriptor.new({required String name, required Getter getter, required List<Object> annotations, Type? elementType, Function? factoryConstructor, Setter? setter, bool isNullable = false, AbstractType<dynamic, AbstractType<dynamic, AbstractType>>? type})

Properties

annotations List<Object>
final
elementType Type?
final
factoryConstructor Function?
final
getter Getter
final
hashCode int
The hash code for this object.
no setterinherited
isFinal bool
no setter
isNullable bool
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setter Setter?
final
type AbstractType<dynamic, AbstractType<dynamic, AbstractType>>
getter/setter pair
typeDescriptor TypeDescriptor
getter/setter pair

Methods

findAnnotation<A>() → A?
get(T object) → V
inferType() → void
isWriteable() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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