visitLibraryAugmentationDirective method

  1. @override
void visitLibraryAugmentationDirective(
  1. LibraryAugmentationDirective node
)
inherited

Implementation

@override
R? visitLibraryAugmentationDirective(LibraryAugmentationDirective node) {
  return null;
}