DirectiveNode? getDirective(String name) => where((element) => element.name.value == name).firstOr();