writeln abstract method
- Object?object =""
override
Convertsobject to a String by invokingObject.toString andwrites the result tothis, followed by a newline.
This operation is non-blocking. Seeflush ordone for how to get anyerrors generated by this call.
Implementation
void writeln([Object? object = ""]);