()
| 754 | } |
| 755 | |
| 756 | toSerializableDocument() { |
| 757 | const blocks = [] |
| 758 | this.blockList.eachObject((block) => blocks.push(block.copyWithText(block.text.toSerializableText()))) |
| 759 | return new this.constructor(blocks) |
| 760 | } |
| 761 | |
| 762 | toString() { |
| 763 | return this.blockList.toString() |
no test coverage detected