host property

Host get host

Implementation

Host get host {
  var r = _host ??= shareHosts['main'];
  if (r == null) throw 'Asigne host a la tabla $alias';
  return r;
}