Contact
constructor(id: UUID = UUID.randomUUID(), name: PersonNameComponents, image: ImageResource = ImageResource.Vector(Icons.Default.AccountBox, StringResource(R.string.profile_picture)), title: StringResource? = null, description: StringResource? = null, organization: StringResource? = null, address: Address? = null, options: List<ContactOption>)
Parameters
id
the unique identifier of the contact
name
the name of the contact
image
the image of the contact
title
the title of the contact
description
the description of the contact
organization
the organization of the contact
address
the address of the contact
options
the list of contact options