Accessor class abstract

@internal

Implementers

Constructors

Accessor({required String name, required Type type, required int index, bool readOnly = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
getter/setter pair
name String
getter/setter pair
readOnly bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Type
getter/setter pair

Methods

getContainerConstructor() Function?
getElementType() Type
isContainer() bool
makeTransformerProperty(bool write) MapperProperty
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve(Type type, bool write) → void
toString() String
A string representation of this object.
inherited

Operators

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