userClintID property

String get userClintID

Implementation

String get userClintID => _userClintID;
set userClintID (String value)

Sets the client's ID and notifies listeners of the change.

Implementation

set userClintID(String value) {
  _userClintID = value;
  notifyListeners();
}