getUserType method

String? getUserType()

Implementation

String? getUserType() {
  return _getType.containsKey(type) ? _getType[type] : "";
}