plugin top-level property
The entry point the Dart analysis server looks for: a top-level variable
named plugin that instantiates the plugin.
Implementation
final plugin = SubpackageLintPlugin();
The entry point the Dart analysis server looks for: a top-level variable
named plugin that instantiates the plugin.
final plugin = SubpackageLintPlugin();