orderDate property

  1. @BuiltValueField.new(wireName: r'orderDate')
Date? get orderDate

The date of the order. * Min Length: 10 characters * Max Length: 10 characters * Format ISO 8601: yyyy-MM-dd

Implementation

@BuiltValueField(wireName: r'orderDate')
Date? get orderDate;