QuintetUtils class

Constructors

QuintetUtils()

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>({required Future<Quintet<T0, T1, T2, T3, T4>> functionToExecute(), Future<void> onFirst(T0)?, Future<void> onSecond(T1)?, Future<void> onThird(T2)?, Future<void> onFourth(T3)?, Future<void> onFifth(T4)?}) Future<void>
Executes a function that returns a Future of Quintet<T0, T1, T2, T3, T4> and applies callbacks based on the Quintet's value.