localXXexists property
bool
get
localXXexists
Implementation
bool get localXXexists => _data[10];
set
localXXexists
(bool f)
Implementation
void set localXXexists(bool f) => f ? _data.setBit(10) : _data.clearBit(10);