Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:core
  3. StringSink class
StringSink
description

StringSink classabstractinterface

Implementers

Properties

hashCodeint
The hash code for this object.
no setterinherited
runtimeTypeType
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocationinvocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString()String
A string representation of this object.
inherited
write(Object?object)→ void
Writes the string representation ofobject.
writeAll(Iterableobjects, [Stringseparator =""])→ void
Writes the elements ofobjects separated byseparator.
writeCharCode(intcharCode)→ void
Writes a string containing the character with code pointcharCode.
writeln([Object?object =""])→ void
Writes the string representation ofobject followed by a newline.

Operators

operator ==(Objectother)bool
The equality operator.
inherited
  1. Dart
  2. dart:core
  3. StringSink class
dart:core library

[8]ページ先頭

©2009-2025 Movatter.jp