Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:core
  3. Object
  4. toString method
toString
description

toString method

StringtoString()

A string representation of this object.

Some classes have a default textual representation,often paired with a staticparse function (likeint.parse).These classes will provide the textual representation astheir string representation.

Other classes have no meaningful textual representationthat a program will care about.Such classes will typically overridetoString to provideuseful information when inspecting the object,mainly for debugging or logging.

Implementation

external String toString();
  1. Dart
  2. dart:core
  3. Object
  4. toString method
Object class

[8]ページ先頭

©2009-2025 Movatter.jp