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