APIDetails constructor

APIDetails({
  1. String? url,
  2. String? method,
  3. String? modelFilename,
  4. Input? input,
  5. Headers? headers,
})

Implementation

APIDetails(
    {this.url, this.method, this.modelFilename, this.input, this.headers});