isResolved property

bool isResolved

Returns true if this instance is a T value (not a Future).

Implementation

bool get isResolved => this is! Future;