Returns true if this instance is a T value (not a Future).
true
T
bool get isResolved => this is! Future;