EMError constructor

EMError(
  1. int code,
  2. String description
)

Implementation

EMError(this.code, this.description);