ChatError constructor

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

Implementation

ChatError(this.code, this.description);