toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (asciiArmoredPgpPublicKey != null)
'asciiArmoredPgpPublicKey': asciiArmoredPgpPublicKey!,
if (comment != null) 'comment': comment!,
if (id != null) 'id': id!,
if (pkixPublicKey != null) 'pkixPublicKey': pkixPublicKey!,
};