Melih Aksoy
Feb 26, 2021

--

I try to avoid using nullable properties any day I can, and eliminate model nullability in domain layer.

Besides, my value is not null here, it's just not initialised yet. I wouldn't introduce a non-null value as nullable for sake of using StateFlow.

--

--