line1 property

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

The name of the street. Do not include the number of the building. For example, if the address is Simon Carmiggeltstraat 6-50, provide Simon Carmiggeltstraat.

Implementation

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