isDm method
is this a direct message
Implementation
bool isDm() {
var tmp0 = 0;
tmp0 = _box.borrow();
final tmp1 = _api._convoIsDm(
tmp0,
);
final tmp3 = tmp1;
final tmp2 = tmp3 > 0;
return tmp2;
}
is this a direct message
bool isDm() {
var tmp0 = 0;
tmp0 = _box.borrow();
final tmp1 = _api._convoIsDm(
tmp0,
);
final tmp3 = tmp1;
final tmp2 = tmp3 > 0;
return tmp2;
}