creditCardRegex property

RegExp creditCardRegex
final

Implementation

static final RegExp creditCardRegex = RegExp(r'\b(?:\d[ -]?){12,15}\d\b');