orZero method

num orZero()

Returns the value or zero.

Implementation

num orZero() => this ?? 0;