what is a null check in flutter? code example Example: flutter check if null var value = maybeSomeNumber(); if (value != null) { doSomething(); }