toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final primaryCluster = this.primaryCluster;
final secondaryClusters = this.secondaryClusters;
return {
'primaryCluster': ?primaryCluster,
'secondaryClusters': ?secondaryClusters,
};
}