@override Map<String, dynamic> toJson() { return { 'class_id': classId, 'cmd': cmd, 'user_id': userId, 'type': type.value, }; }