userEmail property

String? userEmail

Implementation

String? get userEmail {
  return _userInfo[ProfileKeyValues[PROFILE_KEY.EMAIL]!];
}