isEmailContact method

bool isEmailContact()

Implementation

bool isEmailContact() =>
    !isGroupProfile.checkNull() &&
    isGroupInOfflineMode
        .checkNull();