attachements property

bool attachements

Implementation

bool get attachements => _data[13];
void attachements=(bool f)

Implementation

void set attachements(bool f) => f ? _data.setBit(13) : _data.clearBit(13);