returnTypeIsFuture property

bool returnTypeIsFuture

Implementation

bool get returnTypeIsFuture =>
    returnType.isDartAsyncFuture || returnType.isDartAsyncFutureOr;