streetAddress property

List<String>? streetAddress
getter/setter pair

Street-level part of the address.

May be up to two lines, each line specified as an array element.

Implementation

core.List<core.String>? streetAddress;