state property

Stream<LceState<DATA>> get state

Model state. Subscription starts data load for the first subscriber. Whenever last subscriber cancels, the model unsubscribes internal components for data updates

Implementation

Stream<LceState<DATA>> get state;