chiperType.fromJson constructor

chiperType.fromJson(
  1. Map<String, dynamic> json
)

Implementation

chiperType.fromJson(Map<String, dynamic> json) {
  cipherText = json['cipherText'];
}