isLocalHosted property

bool get isLocalHosted

Implementation

bool get isLocalHosted {
  return shareHosts.containsKey('localhost');
}