toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final clusters = this.clusters;
final instance = this.instance;
final instanceId = this.instanceId;
final parent = this.parent;
return {
'clusters': ?clusters,
'instance': ?instance,
'instanceId': ?instanceId,
'parent': ?parent,
};
}