EMDKException constructor

const EMDKException([
  1. EMDKResults? result,
  2. String? message
])

Implementation

const EMDKException([this.result, this.message]);