Returns a Future of this instance.
Future<T> get asFuture => this is Future ? this as Future<T> : Future<T>.value(this);