intOrZero property

int intOrZero

int or 0

Implementation

int get intOrZero => intValue ?? 0;