isVoid property
bool
get
isVoid
Returns true if the declaration represents 'void'.
Implementation
bool get isVoid => baseName == 'void';
Returns true if the declaration represents 'void'.
bool get isVoid => baseName == 'void';