isConst property

bool get isConst

Implementation

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