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