A validator that checks if a value starts with a specified string.
The startWith parameter specifies the desired string that the value should start with.
final String startWith;