Streams constructor

Streams({
  1. required StreamSubscription stream,
  2. required String id,
  3. bool isLoading = false,
  4. bool processOnlyThisPage = true,
})

Implementation

Streams({required this.stream, required this.id,this.isLoading = false, this.processOnlyThisPage = true});