toInt method

int toInt()

转换为int(元为单位,向下取整)

Implementation

int toInt() => _cents ~/ 100;