streamWithValue property

StreamWithValue<T?> streamWithValue
final

Source StreamWithValue. We accept a nullable type here to be able to filter out nulls without requiring the user to pass nullable type as T and then using exclamation mark operator in the builder body.

Implementation

final StreamWithValue<T?> streamWithValue;