address property

List<String>? address
getter/setter pair

The first lines of the address.

The first line generally contains the street name and number, and further lines may include information such as an apartment number.

Optional.

Implementation

core.List<core.String>? address;