address property

  1. @BuiltValueField.new(wireName: r'address')
StoreLocation? get address

The address of the store.

Implementation

@BuiltValueField(wireName: r'address')
StoreLocation? get address;