Join Slack
Powered by
The `?` behind the `String` marks the variable as ...
# getting-started
r
robin
02/16/2017, 2:06 PM
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.
Open in Slack
Previous
Next