isConst property
bool
get
isConst
Return true
if this parameter was declared with the 'const' modifier.
Implementation
bool get isConst;
Return true
if this parameter was declared with the 'const' modifier.
bool get isConst;