writeln method Null safety

void writeln (
  1. [Object? obj = ""]
)
override

Converts obj to a String by invoking Object.toString and adds the result to this, followed by a newline.

Implementation

external void writeln([Object? obj = ""]);