CommandEventResult constructor

CommandEventResult({
  1. required String cmd,
  2. required String key,
  3. required String group,
  4. dynamic data,
})

Implementation

CommandEventResult({required this.cmd, required this.key, required this.group, this.data});