menu
neomage package
documentation
data/services/plugin_service.dart
PluginCliResult
PluginCliResult.new const constructor
PluginCliResult.new const constructor
dark_mode
light_mode
PluginCliResult
constructor
const
PluginCliResult
(
{
required
bool
success
,
required
String
message
,
})
Implementation
const PluginCliResult({required this.success, required this.message});
neomage package
documentation
data/services/plugin_service
PluginCliResult
PluginCliResult.new const constructor
PluginCliResult class