StreamNotification<T>.done  constructor 
      const
      StreamNotification<T>.done ()
     
    
Constructs a StreamNotification with NotificationKind.done.
Implementation
const factory StreamNotification.done() = DoneNotification;