ServiceException constructor

ServiceException(
  1. String message, {
  2. required int statusCode,
  3. String? responseBody,
})

Implementation

ServiceException(this.message, {required this.statusCode, this.responseBody});