toJson method

Map<String, dynamic> toJson()

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!,
    };