Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:io
  3. IOSink
  4. writeln abstract method
writeln
description

writeln abstract method

voidwriteln([
  1. 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 = ""]);
  1. Dart
  2. dart:io
  3. IOSink
  4. writeln abstract method
IOSink class

[8]ページ先頭

©2009-2025 Movatter.jp