SnapshotTuple12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> class

Wrapper for 12 AsyncSnapshots Intended to be used with StreamBuilder12

Constructors

SnapshotTuple12(AsyncSnapshot<T1> snapshot1, AsyncSnapshot<T2> snapshot2, AsyncSnapshot<T3> snapshot3, AsyncSnapshot<T4> snapshot4, AsyncSnapshot<T5> snapshot5, AsyncSnapshot<T6> snapshot6, AsyncSnapshot<T7> snapshot7, AsyncSnapshot<T8> snapshot8, AsyncSnapshot<T9> snapshot9, AsyncSnapshot<T10> snapshot10, AsyncSnapshot<T11> snapshot11, AsyncSnapshot<T12> snapshot12)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snapshot1 AsyncSnapshot<T1>
returns the first snapshot of the tuple
final
snapshot2 AsyncSnapshot<T2>
returns the second snapshot of the tuple
final
snapshot3 AsyncSnapshot<T3>
returns the third snapshot of the tuple
final
snapshot4 AsyncSnapshot<T4>
returns the fourth snapshot of the tuple
final
snapshot5 AsyncSnapshot<T5>
returns the fifth snapshot of the tuple
final
snapshot6 AsyncSnapshot<T6>
returns the sixth snapshot of the tuple
final
snapshot7 AsyncSnapshot<T7>
returns the seventh snapshot of the tuple
final
snapshot8 AsyncSnapshot<T8>
returns the eighth snapshot of the tuple
final
snapshot9 AsyncSnapshot<T9>
returns the ninth snapshot of the tuple
final
snapshot10 AsyncSnapshot<T10>
/ returns the tenth snapshot of the tuple
final
snapshot11 AsyncSnapshot<T11>
/ returns the eleventh snapshot of the tuple
final
snapshot12 AsyncSnapshot<T12>
/ returns the twelfth snapshot of the tuple
final

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