toFuture method

Future<Option<T>> toFuture()

Implementation

Future<Option<T>> toFuture() => Future(() => (this));