StreamedTextController<T> constructor

StreamedTextController<T>({
  1. bool streamEventShouldNotify = true,
})

Implementation

StreamedTextController({this.streamEventShouldNotify = true})
    : _isLoading = true,
      super();