voidType constant

GenericType<Object> const voidType

Impossible to bind to, always null when read.

Implementation

static const voidType = GenericType<Object>(TypeOid.voidType);