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