??
??
checks if something is null
.
If it’s not null it returns it’s own value, but if it is null
it returns the value after ??

??=
You can also use it as assignment operator:

??
checks if something is null
.
If it’s not null it returns it’s own value, but if it is null
it returns the value after ??
You can also use it as assignment operator: