addPartOfDirective static method

void addPartOfDirective(
  1. LibraryBuilder library
)

Implementation

static void addPartOfDirective(LibraryBuilder library) {
  library.directives.add(Directive.partOf(CodeGen.currentFile));
}