HttpInfo constructor

const HttpInfo(
  1. String url, [
  2. dynamic buffer
])

Implementation

const HttpInfo(this.url, [this.buffer]);