isInvalid property
bool
get
isInvalid
Whether this constant represents an invalid constant.
Implementation
bool get isInvalid => this is InvalidConst;
Whether this constant represents an invalid constant.
bool get isInvalid => this is InvalidConst;