ServerError constructor

ServerError({
  1. String? timestamp,
  2. int? status,
  3. ErrorMessage? error,
  4. String? message,
  5. String? path,
})

Implementation

ServerError(
    {this.timestamp, this.status, this.error, this.message, this.path});