line1 property

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

The name of the street and the number of the building. For example: Simon Carmiggeltstraat 6-50.

Implementation

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