URLValidator constructor

const URLValidator(
  1. String error
)

Implementation

const URLValidator(String error) : super(error);