Writes an object to the output followed by a newline.
Used for complete lines of content.
@override void writeln([Object? object = '']) { _calls.add('output.writeln'); }