What is Null-Coalescing Operator? Null-Coalescing operator is double question mark (??). It returns the left hand operand if not null, else returns the right hand operand.
Read this post on diptimayapatra.wordpress.com