isFutureOr property

bool isFutureOr

Returns true if type is a FutureOr.

Implementation

bool get isFutureOr => _typeWrapper.isFutureOr;