address property

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

The address of the store. It is not possible to update the country of the store.

Implementation

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