isValidUrlRegex property

bool get isValidUrlRegex

Implementation

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