also, you can denote how nullable a type is by the...
# random
k
also, you can denote how nullable a type is by the number of question marks. e.g.
String????
is twice as nullable as
String??
👍 9