CardCVVProvider constructor

CardCVVProvider(
  1. dynamic initValue
)

Implementation

CardCVVProvider(initValue) {
  _cardCVV = initValue;
}