Returns true if this String is a valid Dart identifier.
true
bool get isIdentifier => matches(_identifier);