feedStream property

Stream<List<Post>> feedStream

Implementation

Stream<List<Post>> get feedStream => controller.getStreamById(id)!;