It's actually not an `Observable<String>` bu...
# language-proposals
z
It's actually not an
Observable<String>
but an
Observable<ViewState>
, where
ViewState
is a sealed class. So each
val
is assigned to the subclass of the sealed class. I wanted to assign the properties to the sealed class, not its subclassed version