msgfrom property

int msgfrom

消息发送来源

Implementation

int get msgfrom {
  if (_usership != null) return Constant.msgFromUser;
  if (_teamship != null) return Constant.msgFromTeam;
  return Constant.empty;
}