firstName property
First/Last name (2-50 characters, letters only)
Implementation
static final RegExp firstName = RegExp(r'^[a-zA-Z]{2,50}$');
First/Last name (2-50 characters, letters only)
static final RegExp firstName = RegExp(r'^[a-zA-Z]{2,50}$');