Variable OutputLineStream._firstLine

class OutputLineStream
{
  // ...
  bool _firstLine;
  // ...
}