toTextLine method

TextValueLine toTextLine()

Implementation

TextValueLine toTextLine() {
  return TextValueLine(values: [TextItem(this)]);
}