ClientException constructor

ClientException(
  1. String? message,
  2. int? statusCode
)

Implementation

ClientException(this.message, this.statusCode);