MscError constructor

const MscError(
  1. int errorCode,
  2. String errorDescription
)

Implementation

const MscError(this.errorCode, this.errorDescription);