CommandBody constructor
CommandBody({
- required String classId,
- required String cmd,
- required String userId,
- required CommandStatusEnum type,
Implementation
CommandBody({required this.classId, required this.cmd, required this.userId, required this.type});