FutureNullableExtensions<T> extension

on

Methods

ignore() → void
to<R>(FutureOr<R> mapper(T? input)) Future<Tuple<T, R>?>