creditCard property

RegExp creditCard
final

Implementation

static final creditCard = RegExp(r'^\d{16}$');