toInt method

int? toInt()

转换成int类型

Implementation

int? toInt() => int.tryParse(this);