The `?` behind the `String` marks the variable as ...
# getting-started
r
The
?
behind the
String
marks the variable as a nullable String, meaning the compiler knows this value could be null, and will prevent you from accidentally accessing it without knowing whether it will be null or not.