ableToCall property

bool get ableToCall

Implementation

bool get ableToCall => profile.isGroupProfile.checkNull()
    ? isMemberOfGroup
    : (!profile.isBlocked.checkNull() && !profile.isAdminBlocked.checkNull());