line2 property

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

The number of the building. For example, if the address is Simon Carmiggeltstraat 6-50, provide 6-50.

Implementation

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