JSONAccessor class

@internal

Inheritance

Constructors

JSONAccessor({required String name, required Type type, int index = 0, Function? containerConstructor, bool includeNull = true, Object? defaultValue = JSONAccessor, Converter? convert})

Properties

containerConstructor Function?
getter/setter pair
convert Converter?
getter/setter pair
defaultValue Object?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
includeNull bool
getter/setter pair
index int
getter/setter pairinherited
name String
getter/setter pairinherited
readOnly bool
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Type
getter/setter pairinherited

Methods

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

Operators

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