Movatterモバイル変換


[0]ホーム

URL:


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

toString method

StringtoString()
override

Returns either"true" fortrue and"false" forfalse.

Implementation

String toString() {  return this ? "true" : "false";}
  1. Dart
  2. dart:core
  3. bool
  4. toString method
bool class

[8]ページ先頭

©2009-2025 Movatter.jp