isVoid property

  1. @Deprecated('Use `is VoidType` instead')
bool isVoid

Return true if this type represents the type 'void'.

Implementation

@Deprecated('Use `is VoidType` instead')
bool get isVoid;