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 variable cannot contain a null value unless you initialized with null to that variable.
with null safety...