toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final configmanagement = this.configmanagement;
  final identityservice = this.identityservice;
  final mesh = this.mesh;
  final policycontroller = this.policycontroller;
  return {
    'configmanagement': ?configmanagement,
    'identityservice': ?identityservice,
    'mesh': ?mesh,
    'policycontroller': ?policycontroller,
  };
}