Join Slack
Powered by
Ole, Kevin, Yes, but on the 2nd line I'm explicitl...
# getting-started
a
appasni
03/17/2017, 6:06 PM
Ole, Kevin, Yes, but on the 2nd line I'm explicitly specifying the type to be
String
and not
String?
or letting it be inferred which would probably be
String?
i
ilya.gorbunov
03/17/2017, 6:14 PM
You're calling
String?.toString()
, which transforms
String?
(nullable) to
String
(not nullable)
6
Views
Open in Slack
Previous
Next