validityDate property

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

End of the validity period for the reservation, for the first reservation, and the reservation updates as well.

Implementation

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