Contact

fun Contact(    displayName: String,     initials: String = "",     givenName: String = "",     familyName: String = "",     companyName: String,     phoneNumbers: List<PhoneNumber>,     defaultPhoneNumberIndex: Int,     addresses: List<Address>,     defaultAddressIndex: Int,     source: ContactSource? = null,     favorite: Boolean,     image: DrawableResolver? = null,     primarySortKey: String,     alternativeSortKey: String)