Tip: Null Coalescing Operator To Define Default Value For Nullable Types - Double Question Mark

There is a easy way you could specify the default value i.e., the default value to be used in case the nullable type has a null value in it.

Read More.