isConst property
bool
get
isConst
Whether this creation expression is used to invoke a constant constructor,
either because the keyword const
was explicitly provided or because no
keyword was provided and this expression is in a constant context.
Implementation
bool get isConst;