creditCardExpirationYear constant
The input field expects a credit card expiration year.
This hint will be translated to the below values on different platforms:
- Android: AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR.
 - web: "cc-exp-year".
 - Otherwise, the hint string will be used as-is.
 
Implementation
static const String creditCardExpirationYear = 'creditCardExpirationYear';