JsonResponse constructor

JsonResponse(
  1. Map<String, String> headers,
  2. Map<String, dynamic> body
)

Implementation

JsonResponse(this.headers, this.body);