Pods5<A, B, C, D, E> class final

A tuple of 5 Pod instances.

Inheritance
  • Object
  • Tuple5<A?, B?, C?, D?, E?>
  • Pods5
Implemented types

Constructors

Pods5([Pod<A>? pA, Pod<B>? pB, Pod<C>? pC, Pod<D>? pD, Pod<E>? pE])

Properties

hashCode int
The hash code for this object.
no setterinherited
item1 → A?
Returns the first item of the tuple
finalinherited
item2 → B?
Returns the second item of the tuple
finalinherited
item3 → C?
Returns the third item of the tuple
finalinherited
item4 → D?
Returns the fourth item of the tuple
finalinherited
item5 → E?
Returns the fifth item of the tuple
finalinherited
pA Pod<A>?
final
pB Pod<B>?
final
pC Pod<C>?
final
pD Pod<D>?
final
pE Pod<E>?
final
pods List<Pod?>
no setteroverride
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
toList({bool growable = false}) List
Creates a List containing the items of this Tuple5.
inherited
toString() String
A string representation of this object.
inherited
valuesWhereType<T>() List<T>
Returns a list of Pod values where the type matches the generic type T.
override
withItem1(A? v) → Tuple5<A?, B?, C?, D?, E?>
Returns a tuple with the first item set to the specified value.
inherited
withItem2(B? v) → Tuple5<A?, B?, C?, D?, E?>
Returns a tuple with the second item set to the specified value.
inherited
withItem3(C? v) → Tuple5<A?, B?, C?, D?, E?>
Returns a tuple with the third item set to the specified value.
inherited
withItem4(D? v) → Tuple5<A?, B?, C?, D?, E?>
Returns a tuple with the fourth item set to the specified value.
inherited
withItem5(E? v) → Tuple5<A?, B?, C?, D?, E?>
Returns a tuple with the fifth item set to the specified value.
inherited

Operators

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