ReaderSdkException constructor

ReaderSdkException(
  1. String _code,
  2. String? message,
  3. String debugCode,
  4. String? debugMessage,
)

Implementation

ReaderSdkException(
  this._code,
  this.message,
  this.debugCode,
  this.debugMessage,
);