CardCvv constructor

CardCvv(
  1. String value
)

Implementation

factory CardCvv(String value) => CardCvv._(_validateEmail(value));