if you do `email?.toString()` it'll call the class...
# getting-started
k
if you do
email?.toString()
it'll call the class'
toString()
directly, otherwise it calls the extension in the stdlib, which calls the class'
toString()
if it's non-null, otherwise it returns
"null"