fullName property
Full name (including middle name)
Implementation
static final RegExp fullName = RegExp(r"^[a-zA-Z]+(?:[\s\-'][a-zA-Z]+)*$");
Full name (including middle name)
static final RegExp fullName = RegExp(r"^[a-zA-Z]+(?:[\s\-'][a-zA-Z]+)*$");