expiryDate property

  1. @BuiltValueField.new(wireName: r'ExpiryDate')
int? get expiryDate

Date after which the card cannot be used. If EntryMode is File.

Implementation

@BuiltValueField(wireName: r'ExpiryDate')
int? get expiryDate;