IterableElementError class abstract

Constructors

IterableElementError()

Properties

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

Methods

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

Static Methods

noElement() StateError
Error thrown thrown by, e.g., Iterable.first when there is no result. */
tooFew() StateError
Error thrown by, e.g., List.setRange if there are too few elements. */
tooMany() StateError
Error thrown by, e.g., Iterable.single if there are too many results. */