UserTools constructor

UserTools()

Implementation

UserTools() {
  _currentUserId = null;
  _currentUserDto = null;
  _currentUserStoreDto = null;
  _configurationTable = Map();
  _defaults = ConfigurationNameDefaults();
}