isConst property

bool isConst

Implementation

bool get isConst => (flags & FLAG_CONST) != 0;