repositories property

  1. @override
List<Repository> repositories
final

The list of Repositorys to combine. The zipper function will be called every time one of the Repositorys emits a new value.

Implementation

@override
final List<Repository<dynamic>> repositories;