UpdateClassTaskBody constructor
UpdateClassTaskBody({})
Implementation
UpdateClassTaskBody({
required this.classId,
required this.taskId,
required this.content,
required this.duration,
required this.createOnly,
required this.enableCallback,
required this.bindingUser,
});