~No, it doesn't. You are directly calling `isEmpty...
# announcements
d
No, it doesn't. You are directly calling
isEmpty
on
token
. The
String?
is the type of
token
, a nullable String. And you cannot directly call
isEmpty
on a nullable String.