hi all, I have a kotlin class which is supposed to...
# android
s
hi all, I have a kotlin class which is supposed to get data from a retrofit api response, now I declared the model properties as nullable. Am thinking if I was right in doing so or should I use
lateinit
in declaring them?