userId property

String? userId

Implementation

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