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