JsonResponse constructor

JsonResponse(
  1. Response response,
  2. Map<String, dynamic> json
)

Implementation

JsonResponse(this.response, this.json);