contacts property

  1. @Transient()
List<Contact> contacts
getter/setter pair

Implementation

@Transient()
List<Contact> contacts = [];