toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (calendarQuery != null) 'calendarQuery': calendarQuery!,
  if (driveQuery != null) 'driveQuery': driveQuery!,
  if (groupsQuery != null) 'groupsQuery': groupsQuery!,
  if (hangoutsChatQuery != null) 'hangoutsChatQuery': hangoutsChatQuery!,
  if (mailQuery != null) 'mailQuery': mailQuery!,
  if (voiceQuery != null) 'voiceQuery': voiceQuery!,
};