toInt property

int? toInt

Implementation

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