Returns true if this name is a legal Dart identifier.
true
name
bool isIdentifier(String name) => _identifier.hasMatch(name);