encodeComponentPrivacySetting function

int? encodeComponentPrivacySetting(
  1. ComponentPrivacySetting? value
)

Implementation

int? encodeComponentPrivacySetting (ComponentPrivacySetting? value) {
  return value?.value;
}