deliveryMethods property

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

The list of new delivery methods and the cost of each.

Implementation

@BuiltValueField(wireName: r'deliveryMethods')
BuiltList<DeliveryMethod>? get deliveryMethods;