toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (encryptionKey != null) 'encryptionKey': encryptionKey!,
      if (kind != null) 'kind': kind!,
      if (signingKey != null) 'signingKey': signingKey!,
    };