factory GroundingChunk.fromJson(Map<String, dynamic> json) { return GroundingChunk( web: decode(json['web'], GroundingChunk_Web.fromJson), ); }