InterconnectAttachment_Encryption.fromJson constructor

InterconnectAttachment_Encryption.fromJson(
  1. Object? json
)

Implementation

factory InterconnectAttachment_Encryption.fromJson(Object? json) =>
    InterconnectAttachment_Encryption(json as String);