isValidHostname property

bool get isValidHostname

Implementation

bool get isValidHostname => hostnameRegex.hasMatch(this);