Here nullability can be inferred, as theBoardModel...
# android
u
Here nullability can be inferred, as theBoardModel is not known outside the method. So the compiler knows that no one else, not even on a different thread can set theBoardModel back to null before it is being used further down.