updateStream property
Stream<T?>
get
updateStream
The stream that will be used to notify the form that the field's value has changed.
Implementation
Stream<T?> get updateStream => _streamController.stream;