HttpError constructor

HttpError(
  1. int? code,
  2. String? message
)

Implementation

HttpError(this.code, this.message);