data property

  1. @BuiltValueField.new(wireName: r'data')
BuiltList<ShippingLocation>? get data

Physical locations where orders can be shipped to.

Implementation

@BuiltValueField(wireName: r'data')
BuiltList<ShippingLocation>? get data;