type property

  1. @BuiltValueField.new(wireName: r'type')
DeliveryMethodTypeEnum? get type

The type of the delivery method.

Implementation

@BuiltValueField(wireName: r'type')
DeliveryMethodTypeEnum? get type;