PluginGenerator constructor

PluginGenerator({
  1. required PathFinder pathFinder,
})

Default constructor.

Implementation

PluginGenerator({required this.pathFinder});