contactables property

Iterable<Contactable> contactables

Implementation

Iterable<Contactable> get contactables {
  return contactService.getContactables(this);
}