toText method

String toText()

Implementation

String toText() {
  return '(${lineStrings.map((e) => e.toText()).join(',')})';
}