encodeGlobalAlertLevel function

int? encodeGlobalAlertLevel(
  1. GlobalAlertLevel? value
)

Implementation

int? encodeGlobalAlertLevel (GlobalAlertLevel? value) {
  return value?.value;
}