data property
Physical locations where orders can be shipped to.
Implementation
@BuiltValueField(wireName: r'data')
BuiltList<ShippingLocation>? get data;
Physical locations where orders can be shipped to.
@BuiltValueField(wireName: r'data')
BuiltList<ShippingLocation>? get data;