JsonResponse.fromMap constructor
Returns the new instance of JsonResponse from json map.
Implementation
factory JsonResponse.fromMap({
required Map<String, dynamic> value,
}) =>
JsonResponseImpl.fromMap(value: value);
Returns the new instance of JsonResponse from json map.
factory JsonResponse.fromMap({
required Map<String, dynamic> value,
}) =>
JsonResponseImpl.fromMap(value: value);