Returns true if this is a Future.
@pragma('vm:prefer-inline') bool get isFuture => this is Future<T>;