Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:collection
  3. ListBase<E>
  4. toString method
toString
description

toString method

StringtoString()
override

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

String toString() => listToString(this);
  1. Dart
  2. dart:collection
  3. ListBase<E>
  4. toString method
ListBase class

[8]ページ先頭

©2009-2025 Movatter.jp