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