Dart Null Aware
Default Operator(??)
Imagine you have a variable called someNullableVariable, and it might have a value (it's not null), or it might be null (no value assigned to it).
Now, you want to use this variable to do something, but you want to make sure it...
jinali.hashnode.dev2 min read