PluginIdentifier constructor

const PluginIdentifier({
  1. required String name,
  2. String? marketplace,
})

Implementation

const PluginIdentifier({required this.name, this.marketplace});