IssuerDecodeError constructor

IssuerDecodeError(
  1. String received,
  2. String message
)

Implementation

IssuerDecodeError(
  this.received,
  this.message,
);