description property

  1. @BuiltValueField.new(wireName: r'description')
String? get description

The name of the delivery method as shown to the shopper.

Implementation

@BuiltValueField(wireName: r'description')
String? get description;