name constant

Pattern const name

contains only alphanumeric, dot & space character

Implementation

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