FastHttpResponse constructor

FastHttpResponse(
  1. String body,
  2. int? code,
  3. Map<String, dynamic> headers,
  4. dynamic data,
)

Implementation

FastHttpResponse(this.body, this.code, this.headers, this.data);