username property

RegExp username
final

Username (alphanumeric, underscore, hyphen, 3-20 characters)

Implementation

static final RegExp username = RegExp(r'^[a-zA-Z0-9_-]{3,20}$');