menu
sunny_graphql_generator package
documentation
shared.dart
ListDirectivesNode
hasDirective method
hasDirective method
dark_mode
light_mode
hasDirective
method
bool
hasDirective
(
String
name
)
Implementation
bool hasDirective(String name) => any((element) => element.name.value == name);
sunny_graphql_generator package
documentation
shared
ListDirectivesNode
hasDirective method
ListDirectivesNode extension on
Iterable
<
DirectiveNode
>