streamFactory property

Stream<T> Function(int) streamFactory
final

The factory method used at subscription time

Implementation

final Stream<T> Function(int) streamFactory;