newline method

T newline()
inherited

Implementation

_Self newline() {
  commander().newline();
  return this as _Self;
}