stream property

Stream<T> get stream

Stream để lắng nghe giá trị thay đổi

Implementation

Stream<T> get stream => _subject.stream;