toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final calendarQuery = this.calendarQuery;
final driveQuery = this.driveQuery;
final groupsQuery = this.groupsQuery;
final hangoutsChatQuery = this.hangoutsChatQuery;
final mailQuery = this.mailQuery;
final voiceQuery = this.voiceQuery;
return {
'calendarQuery': ?calendarQuery,
'driveQuery': ?driveQuery,
'groupsQuery': ?groupsQuery,
'hangoutsChatQuery': ?hangoutsChatQuery,
'mailQuery': ?mailQuery,
'voiceQuery': ?voiceQuery,
};
}