MapNotNullStreamTransformer<T, R extends Object>  constructor 
      const
      MapNotNullStreamTransformer<T, R extends Object> (
    
- R? transform(- T
 
Constructs a StreamTransformer which emits non-null elements
of applying the given transform function to each element of the Stream.
Implementation
const MapNotNullStreamTransformer(this.transform);