DecodingData<T extends Object> class

The decoding data passed to a class mappers instantiate method.

This should not be used in non-generated code.

Constructors

DecodingData(Map<String, dynamic> value, DecodingContext context)

Properties

context DecodingContext
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value Map<String, dynamic>
final

Methods

dec<V>(Field<Object, dynamic> f) → V
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