EAsError constructor

EAsError(
  1. int code,
  2. String developerMessage, [
  3. String? userMessage
])

Implementation

EAsError(this.code, this.developerMessage, [this.userMessage]);