You can both ignore Optionals using `get()` with n...
# android
m
You can both ignore Optionals using
get()
with no
isPresent()
check and ignore nullability writing
!!
everywhere. simple smile