isNotFuture property

bool get isNotFuture

Returns true if this is not a Future.

Implementation

@pragma('vm:prefer-inline')
bool get isNotFuture => !isFuture;