stringExp property

RegExp stringExp
final

RegExp matching copied toString representation of UserNum.

Implementation

static final RegExp stringExp = RegExp(
  r'Tap ID: [0-9]{4}-[0-9]{4}-[0-9]{4}-[0-9]{4}',
);