EchoResponse constructor

EchoResponse({
  1. String? data,
  2. int? length,
  3. String? method,
  4. String? authHeader,
  5. Form? form,
  6. String? queryString,
})

Implementation

EchoResponse(
    {this.data,
    this.length,
    this.method,
    this.authHeader,
    this.form,
    this.queryString});