bang property

Stream<T> get bang

Implementation

Stream<T> get bang => map((value) => value!);