flutter test for null not working code example Example: flutter check if null var value = maybeSomeNumber(); if (value != null) { doSomething(); }