preOrderDate property
For pre-order purchases, the expected date this product will be available to the shopper.
Implementation
@BuiltValueField(wireName: r'preOrderDate')
DateTime? get preOrderDate;
For pre-order purchases, the expected date this product will be available to the shopper.
@BuiltValueField(wireName: r'preOrderDate')
DateTime? get preOrderDate;