in bingo.js [211:215]
export let BingoObject = function(id, indigo, bingo) { this.id = id; this.indigo = indigo; this.bingo = bingo; };