toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (aggregatedStats != null) 'aggregatedStats': aggregatedStats!,
  if (awsRds != null) 'awsRds': awsRds!,
  if (edition != null) 'edition': edition!,
  if (generatedId != null) 'generatedId': generatedId!,
  if (manualUniqueId != null) 'manualUniqueId': manualUniqueId!,
  if (mysql != null) 'mysql': mysql!,
  if (postgresql != null) 'postgresql': postgresql!,
  if (sqlServer != null) 'sqlServer': sqlServer!,
  if (topology != null) 'topology': topology!,
  if (version != null) 'version': version!,
};