Cryptogram constructor

Cryptogram(
  1. String? cryptogram,
  2. String? error
)

Implementation

Cryptogram(this.cryptogram, this.error);