isVoid property

bool get isVoid

Returns true if type is void.

Implementation

bool get isVoid => _typeWrapper.isVoid;