IterableDecoder<T> class

Inheritance

Constructors

IterableDecoder()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Type
Returns the generic type of the decoder.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(DartObject obj) Set<T>
Attempts to create an instance of T with information read from the constant obj.
override
readError(DartObject obj) → ErrorOf<Decoder<Iterable<T>>>
Returns an instance of ErrorOf with type argument Decoder with type argument T. Classes extending Decoder of T may throw the result of readError if obj does not hold a variable of type T.
inherited
toString() String
A string representation of this object.
inherited

Operators

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