ResponseException constructor

ResponseException(
  1. String message,
  2. dynamic data,
  3. String errorType,
  4. int statusCode,
)

Implementation

ResponseException(this.message, this.data, this.errorType, this.statusCode);