SeptetUtils class

Constructors

SeptetUtils()

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

run<T0, T1, T2, T3, T4, T5, T6>({required Future<Septet<T0, T1, T2, T3, T4, T5, T6>> functionToExecute(), Future<void> onFirst(T0)?, Future<void> onSecond(T1)?, Future<void> onThird(T2)?, Future<void> onFourth(T3)?, Future<void> onFifth(T4)?, Future<void> onSixth(T5)?, Future<void> onSeventh(T6)?}) Future<void>
Executes a function that returns a Future of Septet<T0, T1, T2, T3, T4, T5, T6> and applies callbacks based on the Septet's value.