A stream that emits the current form data whenever a value changes.
Stream<Map<String, dynamic>> get valueStream => _valueStreamController.stream;