@override Stream<bool> get streamIsValid => _validationController.stream.map((event) => event == null);