isFutureOr property

bool get isFutureOr

Returns true if type is a FutureOr.

Implementation

bool get isFutureOr => _typeWrapper.isFutureOr;