setPort property

set setPort (int value)

Implementation

set setPort(int value){
  port = value;
  notifyListeners();
}