missingDirective method

bool missingDirective(
  1. String name
)

Implementation

bool missingDirective(String name) => !hasDirective(name);