line1 property
The first 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'line1')
String? get line1;