PluginSourceConfig constructor

const PluginSourceConfig({
  1. required String type,
  2. String? repo,
  3. String? url,
})

Implementation

const PluginSourceConfig({required this.type, this.repo, this.url});