toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final instanceId = this.instanceId;
  final physicalHostTopology = this.physicalHostTopology;
  final projectId = this.projectId;
  return {
    'instanceId': ?instanceId,
    'physicalHostTopology': ?physicalHostTopology,
    'projectId': ?projectId,
  };
}