isStream property

bool isStream

Implementation

bool get isStream =>
    !(this is VoidType) && _streamTypeChecker.isExactlyType(this);