streams property

List<Stream<BaseModel>>? streams
getter/setter pair

the list of blocs

Implementation

List<Stream<BaseModel<dynamic, dynamic>>>? streams;