line2 property

  1. @BuiltValueField.new(wireName: r'line2')
String? get line2

Additional information about the delivery address. For example, an apartment number.

Implementation

@BuiltValueField(wireName: r'line2')
String? get line2;