toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (emailAddress != null) 'emailAddress': emailAddress!,
  if (primaryKeyPairId != null) 'primaryKeyPairId': primaryKeyPairId!,
  if (signAndEncryptKeyPairs != null)
    'signAndEncryptKeyPairs': signAndEncryptKeyPairs!,
};