isValidUrlRegex property

bool isValidUrlRegex

Implementation

bool get isValidUrlRegex => RegExp(_urlRegex).hasMatch(this);