isReply property

bool isReply

Implementation

bool get isReply => _data[1];
void isReply=(bool f)

Implementation

void set isReply(bool f) => f ? _data.setBit(1) : _data.clearBit(1);