isVoid property
Return true if this type represents the type 'void'.
Implementation
@Deprecated('Use `is VoidType` instead')
bool get isVoid;
Return true if this type represents the type 'void'.
@Deprecated('Use `is VoidType` instead')
bool get isVoid;