line2 property

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

The second line of the street address. Supported characters: a-z A-Z 0-9 . - — / # , ’ ° ( ) : ; & \ | and Space. > Required when the category is card.

Implementation

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