street property

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

The name of the street. Maximum length: 3000 characters. > The house number should not be included in this field; it should be separately provided via houseNumberOrName.

Implementation

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