addressLine1 property

  1. @JsonKey(name: 'address_line_1')
String? addressLine1
final

The first line of the address. Fields that start with address_line provide the address's most specific details, like street number, street name, and building name. They do not provide less specific details like city, state/province, or country (these details are provided in other fields).

Implementation

@JsonKey(name: 'address_line_1')
final String? addressLine1;