isGroup property

bool get isGroup

Implementation

bool get isGroup => _data[5];
set isGroup (bool f)

Implementation

void set isGroup(bool f) => f ? _data.setBit(5) : _data.clearBit(5);