setHost method

dynamic setHost(
  1. Host x
)

Implementation

setHost(Host x) {
  _host = x;
}