streetAddress property

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

The name of the street, and the house or building number.

Implementation

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