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