JsonResponse constructor

JsonResponse({
  1. required Map<String, dynamic> json,
})

Implementation

JsonResponse({required this.json});