hostEquals property

String? get hostEquals

Matches if the host name of the URL is equal to a specified string.

Implementation

String? get hostEquals => _wrapped.hostEquals;
set hostEquals (String? v)

Implementation

set hostEquals(String? v) {
  _wrapped.hostEquals = v;
}