Bestils
0
Q:

flutter check if null

var value = maybeSomeNumber();

if (value != null) {
  doSomething();
}
0

New to Communities?

Join the community