ErrorResponse constructor

ErrorResponse({
  1. String? msg,
  2. String? msgno,
  3. String? status,
  4. int? tries,
})

Implementation

factory ErrorResponse({
  String? msg,
  String? msgno,
  String? status,
  int? tries,
}) = _ErrorResponse;