Pods6<A, B, C, D, E, F> class final

A tuple of 6 Pod instances.

Constructors

Pods6([Pod<A>? pA, Pod<B>? pB, Pod<C>? pC, Pod<D>? pD, Pod<E>? pE, Pod<F>? pF])
const

Properties

a → A?
no setter
b → B?
no setter
c → C?
no setter
d → D?
no setter
e → E?
no setter
f → F?
no setter
hashCode int
The hash code for this object.
no setterinherited
pA Pod<A>?
final
pB Pod<B>?
final
pC Pod<C>?
final
pD Pod<D>?
final
pE Pod<E>?
final
pF Pod<F>?
final
pods Iterable<Pod?>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values Iterable
no setter

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