toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (apiKeyConfig != null) 'apiKeyConfig': apiKeyConfig!,
  if (customQueries != null) 'customQueries': customQueries!,
  if (email != null) 'email': email!,
  if (projects != null) 'projects': projects!,
  if (serverUri != null) 'serverUri': serverUri!,
};