isPost property

bool isPost

Implementation

bool get isPost => _data[0];
void isPost=(bool f)

Implementation

void set isPost(bool f) => f ? _data.setBit(0) : _data.clearBit(0);