toIntOrZero property

int get toIntOrZero

Implementation

int get toIntOrZero => toInt ?? 0;