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