Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'mentor'] = this.mentor; return json; }