MrtdApiError constructor

const MrtdApiError(
  1. String message, {
  2. StatusWord? code,
})

Implementation

const MrtdApiError(this.message, {this.code});