Sets the value for this field.
@override void setValue(String? value) { this.value = value; notifyListeners(); }