This Dart official video states that Dart's so-called "sound null safety" is better than Kotlin's null safety design, because it can optimise the code based on
Let's say I have an object Response. Now I would like to check a boolean variable, success, under Response and do an early return is response is not successful.