isFuture property

bool get isFuture

Returns true if this is a Future.

Implementation

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