name constant

String const name

contains only alphanumeric, dot & space character

Implementation

static const String name = r'^[a-zA-Z0-9. ]*$';