Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:html
  3. DomException
  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

String toString() => JS('String', 'String(#)', this);
  1. Dart
  2. dart:html
  3. DomException
  4. toString method
DomException class

[8]ページ先頭

©2009-2025 Movatter.jp