portRange static method
Validate port range.
Implementation
static String? portRange(String? portRange,
{TextValidateResponse? textResponse}) {
return _validateInput(portRange, RegularExpression.validatePortRange,
textResponse, 'Port range');
}