isInvalid property

bool get isInvalid

Whether this constant represents an invalid constant.

Implementation

bool get isInvalid => this is InvalidConst;