fullAddress property

List<String>? fullAddress
getter/setter pair

Strings representing the lines of the printed label for mailing the order, for example: John Smith 1600 Amphitheatre Parkway Mountain View, CA, 94043 United States

Implementation

core.List<core.String>? fullAddress;