addressLine3 property

  1. @JsonKey(name: 'address_line_3')
String? addressLine3
final

The third line of the address, if any.

Implementation

@JsonKey(name: 'address_line_3')
final String? addressLine3;