toInt property

int get toInt

Implementation

int get toInt {
  return int.tryParse(this ?? "") ?? 0;
}