toFuture method

Future<Validation<T>> toFuture()

Implementation

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