isFuture property

bool isFuture

Returns true if type is a Future.

Implementation

bool get isFuture => _typeWrapper.isFuture;