isItSavedContact method

bool isItSavedContact()

Implementation

bool isItSavedContact() {
  return contactType == 'live_contact';
}