getDirectives method

Iterable<DirectiveNode> getDirectives(
  1. String name
)

Implementation

Iterable<DirectiveNode> getDirectives(String name) => where((element) => element.name.value == name);