alphanumericWithSpaces constant

String const alphanumericWithSpaces

Implementation

static const alphanumericWithSpaces = r'^[a-zA-Z0-9 ]+$';