HttpGraphql constructor

HttpGraphql({
  1. String? timeout,
  2. String? uri,
})

Implementation

HttpGraphql({this.timeout, this.uri});