LineBreaker constructor

LineBreaker(
  1. String text,
  2. String splitChar
)

Implementation

LineBreaker(this.text, this.splitChar);