EMDKException constructor
const
EMDKException([
- EMDKResults? result,
- String? message
Implementation
const EMDKException([this.result, this.message]);
const EMDKException([this.result, this.message]);