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