Plugin constructor

Plugin({
  1. required PluginType pluginType,
  2. required String name,
  3. required String title,
})

Implementation

Plugin({required this.pluginType, required this.name, required this.title});