Ensures the value ends with a specific suffix.
static Validator endsWith(String suffix, {String? message}) => Validator._()..endsWith(suffix, message: message);