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