menu
Dart
dart:core
num
toInt abstract method
toInt
dark_mode
light_mode
描述
toInt
抽象方法
int
toInt
(
)
将此
num
截断为整数并返回结果作为
int
。
等同于
truncate
。
实现
int toInt();
Dart
dart:core
num
toInt 抽象方法
num 类
Cookie 管理控制