IterableMapper<I extends Iterable> class

Constructors

IterableMapper(Iterable<U> fromIterable<U>(Iterable<U> iterable), Function typeFactory)

Properties

decoder Function
no setter
encoder Function
no setter
equality ↔ Equality
getter/setter pair
fromIterable Iterable<U> Function<U>(Iterable<U> iterable)
getter/setter pair
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
no setterinherited
typeFactory Function
getter/setter pair

Methods

equals(I self, I other) bool?
inherited
hash(I self) int?
Creates a combined hash code for a number of objects.
inherited
isFor(dynamic v) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stringify(I self) String?
inherited
toString() String
A string representation of this object.
inherited

Operators

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