userId property

String? get userId

Implementation

String? get userId {
  return _userInfo[ProfileKeyValues[PROFILE_KEY.USER_ID]!];
}