transform property
R? Function(T)
transform
final
A function that transforms each elements of the Stream.
Implementation
final R? Function(T) transform;
A function that transforms each elements of the Stream.
final R? Function(T) transform;