toJson method
Converts a Change
to JSON.
Implementation
dynamic toJson() => {
'form': this.form,
'lesson': this.lesson,
'subject': this.subject,
'teacher': this.teacher,
'room': this.room,
'info': this.info
};
Converts a Change
to JSON.
dynamic toJson() => {
'form': this.form,
'lesson': this.lesson,
'subject': this.subject,
'teacher': this.teacher,
'room': this.room,
'info': this.info
};