ServerError constructor

ServerError(
  1. String code,
  2. String message
)

Implementation

ServerError(this.code, this.message);