isDartAsyncStream property

  1. @override
bool get isDartAsyncStream
override

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

Implementation

@override
bool get isDartAsyncStream => false;