end property

Stream<void> get end

Implementation

Stream<void> get end => on('end').map((_) => null);