DocumentBoundary constructor

const DocumentBoundary(
  1. String _text
)

Creates a DocumentBoundary with the text.

Implementation

const DocumentBoundary(this._text);