userName property

String? userName

Implementation

String? get userName {
  return _userInfo[ProfileKeyValues[PROFILE_KEY.NAME]!];
}