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