sourceExp property

RegExp sourceExp
final

RegExp matching original toString representation of UserNum.

Implementation

static final RegExp sourceExp = RegExp(
  r'Ⓣ[0-9]{4}-[0-9]{4}-[0-9]{4}-[0-9]{4}',
);