toInt property

int get toInt

Implementation

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