reorderItems property

  1. @BuiltValueField.new(wireName: r'reorderItems')
bool? get reorderItems

Indicator for whether the shopper has already purchased the same items in the past.

Implementation

@BuiltValueField(wireName: r'reorderItems')
bool? get reorderItems;