menu
gql package
documentation
schema.dart
InputValueDefinition
directives property
directives property
dark_mode
light_mode
directives
property
List
<
Directive
>
?
get
directives
Implementation
List<Directive>? get directives => astNode!.directives.map((d) => Directive(d)).toList();
gql package
documentation
schema
InputValueDefinition
directives property
InputValueDefinition class