Require that matched nodes have the name name.
name
TagQuery nameIs(String name) => where((n) => n.name == name);