URLValidator constructor

const URLValidator({
  1. String? message,
})

Creates a URLValidator with an optional custom message.

Implementation

const URLValidator({this.message});