toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (databaseProperties != null) 'databaseProperties': databaseProperties!,
  if (haHosts != null) 'haHosts': haHosts!,
  if (resources != null) 'resources': resources!,
  if (sid != null) 'sid': sid!,
  if (topologyType != null) 'topologyType': topologyType!,
};