toWatchMovies property

Stream<List<Movie>> get toWatchMovies

Stream of to-watch movies.

Implementation

Stream<List<Movie>> get toWatchMovies => _toWatchController.stream;