class Popup { constructor(start, end, text) { this.start = start; this.end = end; this.text = text; } }