street property

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

The name of the street, and the house or building number. Required if stateOrProvince and/or city is provided.

Implementation

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