URLValidator constructor
const
URLValidator({
- String? message,
Creates a URLValidator with an optional custom message.
Implementation
const URLValidator({this.message});
Creates a URLValidator with an optional custom message.
const URLValidator({this.message});