CommandData constructor

CommandData({
  1. int id = -1,
  2. String command = '',
  3. String group = '',
  4. String key = '',
  5. Map<String, String>? params,
  6. String companyId = '',
})

Implementation

CommandData({this.id = -1, this.command = '', this.group = '', this.key = '', this.params, this.companyId = ''});