isCVV method

bool isCVV()

CVV regex

Implementation

bool isCVV() => RegVal.hasMatch(
      this,
      RegexPattern.cvv,
    );