value property

int? get value

Implementation

int? get value {
  if (_$HostGuidedGamesPermissionLevelEnumMap.containsKey(this)){
    return _$HostGuidedGamesPermissionLevelEnumMap[this];
  }
  return null;
}