Ensures the value starts with a specific prefix.
static Validator startsWith(String prefix, {String? message}) => Validator._()..startsWith(prefix, message: message);