WordBreak constructor

const WordBreak(
  1. String value
)

Creates a word-break value.

Implementation

const WordBreak(this.value);