preOrderDate property

  1. @BuiltValueField.new(wireName: r'preOrderDate')
DateTime? get preOrderDate

For pre-order purchases, the expected date this product will be available to the shopper.

Implementation

@BuiltValueField(wireName: r'preOrderDate')
DateTime? get preOrderDate;