class ValidationModel { String? value; String? error; ValidationModel(this.value, this.error); }