IterableDecoder<T > class
Properties
hashCode
→ int
The hash code for this object.
no setter inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
type
→ Type
Returns the generic type of the decoder.
no setter inherited
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