updated property

StreamController? get updated

StreamController for the form

Implementation

StreamController<dynamic>? get updated {
  return _updatedStream;
}