void writeln([String? text1, String? text2, String? text3]) => js_util.callMethod(this, 'writeln', [text1, text2, text3]);