baseFileRegex property
matches any string without special characters
Implementation
static RegExp baseFileRegex = RegExp(r'^([a-zA-Z0-9]+)?$');
matches any string without special characters
static RegExp baseFileRegex = RegExp(r'^([a-zA-Z0-9]+)?$');