streamFactory property

Stream<T> Function() streamFactory
final

The factory method used at subscription time

Implementation

final Stream<T> Function() streamFactory;