ssn property

RegExp ssn
final

Social Security Number (SSN) - US

Implementation

static final RegExp ssn = RegExp(r'^\d{3}-\d{2}-\d{4}$');