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