check if data is not null flutter code example Example: flutter check if any variable is null int a; int b = 1; print([a,b].every((v) => v != null));