ErrorCause constructor

ErrorCause({
  1. int? status_code,
  2. String? cause,
  3. String? reason_phrase,
})

Implementation

ErrorCause({this.status_code, this.cause, this.reason_phrase});