OctetUtils class

Constructors

OctetUtils()

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, T7>({required Future<Octet<T0, T1, T2, T3, T4, T5, T6, T7>> 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> onEighth(T7)?}) Future<void>
Executes a function that returns a Future of Octet<T0, T1, T2, T3, T4, T5, T6, T7> and applies callbacks based on the Octet's value.