isVoid property

bool isVoid

Whether the declaration represents 'void'.

Implementation

bool get isVoid => baseName == 'void';