deliveryMethods property
The list of new delivery methods and the cost of each.
Implementation
@BuiltValueField(wireName: r'deliveryMethods')
BuiltList<DeliveryMethod>? get deliveryMethods;
The list of new delivery methods and the cost of each.
@BuiltValueField(wireName: r'deliveryMethods')
BuiltList<DeliveryMethod>? get deliveryMethods;