StreamedTextController<T> constructor
StreamedTextController<T> ({
- bool streamEventShouldNotify = true,
Implementation
StreamedTextController({this.streamEventShouldNotify = true})
: _isLoading = true,
super();