updated property
      
      StreamController?
      get
      updated
      
    
    
StreamController for the form
Implementation
StreamController<dynamic>? get updated {
  return _updatedStream;
}StreamController for the form
StreamController<dynamic>? get updated {
  return _updatedStream;
}