nameRegex property

RegExp nameRegex
getter/setter pair

Implementation

static RegExp nameRegex = RegExp(r"^[a-zA-Z]*$");