TransportException constructor

TransportException(
  1. String message, {
  2. int? statusCode,
  3. String? body,
})

Implementation

TransportException(this.message, {this.statusCode, this.body});