menu
neomage package
documentation
domain/models/plugin.dart
PluginManifestError
PluginManifestError.new const constructor
PluginManifestError.new const constructor
dark_mode
light_mode
PluginManifestError
constructor
const
PluginManifestError
(
{
required
String
pluginName
,
required
String
message
,
})
Implementation
const PluginManifestError({ required super.pluginName, required super.message, });
neomage package
documentation
domain/models/plugin
PluginManifestError
PluginManifestError.new const constructor
PluginManifestError class