cvv property

RegExp cvv
final

CVV (3-4 digits)

Implementation

static final RegExp cvv = RegExp(r'^\d{3,4}$');