host property

String? get host

Implementation

String? get host => this._host;
set host (String? host)

Implementation

set host(String? host) {
  this._host = host;
}