isDartAsyncFuture property

  1. @override
bool get isDartAsyncFuture
override

Return true if this type represents the type '{TYPE}' defined in the dart:async library. Return true if this type represents the type '{TYPE}' defined in the dart:async library.

Implementation

@override
bool get isDartAsyncFuture => false;