issueDate property

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

The date that the ticket was issued to the passenger. * minLength: 10 characters * maxLength: 10 characters * Format ISO 8601: yyyy-MM-dd

Implementation

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