toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (instanceId != null) 'instanceId': instanceId!,
  if (physicalHostTopology != null)
    'physicalHostTopology': physicalHostTopology!,
  if (projectId != null) 'projectId': projectId!,
};