()
| 15390 | return this.isBlankLine() |
| 15391 | } |
| 15392 | hasDuplicateCues() { |
| 15393 | return this.length ? new Set(this.getCues()).size !== this.length : false |
| 15394 | } |
| 15395 | isEmpty() { |
| 15396 | return !this.length && !this.content |
| 15397 | } |
no test coverage detected