#dart-null-safet
Read more stories on Hashnode
Articles with this tag
As we knew that all variables are non-null by default, we can use either the ? operator or the late keyword. Null safety in simple words means a...