setHost property

set setHost (String value)

Implementation

set setHost(String value){
  host = value;
  notifyListeners();
}