CiphertextInfo.fromJson constructor

CiphertextInfo.fromJson(
  1. Map<String, Object?> json
)

Implementation

CiphertextInfo.fromJson(Map<String, Object?> json)
    : body = json['body'] as String,
      type = json['type'] as int;