ClientException constructor

ClientException(
  1. String message, [
  2. Uri? uri
])

Implementation

ClientException(this.message, [this.uri]);