GetHttpException constructor

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

Implementation

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