orZero method

int orZero()

Implementation

int orZero() {
  return this ?? 0;
}