creditCardName constant

String const creditCardName

The input field expects the holder's full name as given on a credit card.

This hint will be translated to the below values on different platforms:

  • web: "cc-name".
  • Otherwise, the hint string will be used as-is.

Implementation

static const String creditCardName = 'creditCardName';