strictUrl method

B strictUrl({
  1. String? message,
})

Validate that the string is a valid URL with strict requirements.

Implementation

B strictUrl({String? message}) => url(message: message, strict: true);