encodeHostGuidedGamesPermissionLevel function

int? encodeHostGuidedGamesPermissionLevel(
  1. HostGuidedGamesPermissionLevel? value
)

Implementation

int? encodeHostGuidedGamesPermissionLevel (HostGuidedGamesPermissionLevel? value) {
  return value?.value;
}