fullName property

RegExp fullName
final

Full name (including middle name)

Implementation

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