toJson method

Map toJson()

Implementation

Map toJson() => {
      'keyId': keyId,
      'keyIdShort': keyIdShort,
      'creationTime': creationTime,
      'fingerprint': fingerprint,
      'keyIdNumeric': keyIdNumeric,
      'isSubKey': isSubKey,
      'encrypted': encrypted,
      'canSign': canSign,
      'identities': identities,
    };