TimerStream<T>  constructor 
      
      TimerStream<T> (
    
    
- T value,
- Duration duration
Implementation
TimerStream(T value, Duration duration)
    : _controller = _buildController(value, duration);