menu
Dart
dart:core
bool
toString method
toString
dark_mode
light_mode
描述
toString
方法
String
toString
(
)
重写
返回 "true" 或者为 "false"。
实现
String toString() { return this ? "true" : "false"; }
Dart
dart:core
bool
toString 方法
bool 类
cookie 管理控件