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