name property

RegExp name
final

Implementation

static final name = RegExp(
  r"^[a-zA-Z\u0600-\u06FF\s]{2,}$",
);