IntNullableExt extension
Extension on nullable int to provide utility methods for null safety.
- on
-
- int?
Methods
-
orZero(
) → int -
Available on int?, provided by the IntNullableExt extension
Returns the integer value or0if the value isnull.