tuple1<T0> method

Future<SXTuple1<T0>> tuple1<T0>()

Implementation

Future<SXTuple1<T0>> tuple1<T0>() => Future.value(SXTuple1<T0>(this));