host property

String? host

Implementation

String? get host => _host;
void host=(String? value)

Implementation

set host(String? value) {
  _host = value;
  notifyListeners();
}