address property

String address
@JsonKey(required: true), read / write

Free-form formatted address.

It should always be included. (Even if the native contact doesn't have one, it's the adapter's job to format the address into a single string.)

It is recommended to use this instead of any structured field such as street or state, when possible.

Implementation

@JsonKey(required: true)
String address;