isVoid property

bool isVoid

Returns true if type is void.

Implementation

bool get isVoid => _typeWrapper.isVoid;