CommandBody constructor

CommandBody({
  1. required String classId,
  2. required String cmd,
  3. required String userId,
  4. required CommandStatusEnum type,
})

Implementation

CommandBody({
  required this.classId,
  required this.cmd,
  required this.userId,
  required this.type,
});