haveAitMember method

bool haveAitMember()

是否有@成员

Implementation

bool haveAitMember() {
  return _aitContactsModel.aitBlocks.isNotEmpty;
}