PluginRunResult constructor

const PluginRunResult({
  1. required bool success,
  2. required String message,
})

Implementation

const PluginRunResult({required this.success, required this.message});