I mean literally for all model fields in the App; ...
# rx
d
I mean literally for all model fields in the App; e.g.
Copy code
class RxPerson {
    val firstName : Subject<String> = BehaviourSubject.create()
    val lastName  : Subject<String> = BehaviourSubject.create()
}