printLine method

void printLine([
  1. String pre = '',
  2. String suf = '╝'
])

Implementation

void printLine([String pre = '', String suf = '╝']) =>
    _emitText(genLine(pre, suf));