Creates a Response from a JSON object.
factory Response.fromJson(Map<String, dynamic> json) => _$ResponseFromJson(json);