Thanks
@gildor, I just asked because I believe is should be safe do use the bang.... cause I only create instances of my data class using null safe Strings in the constructor... I may not have written it in the best way.. but what I really wanted to know is the Android Framework was going to provide a null safe option for
parcel.readString
as it was done with
getActivity
and
requireActivity
. Despite
@jw sarcasm, he is right, I should migrate all my view models to
Parcelize
.