encodeGlobalAlertType function

int? encodeGlobalAlertType(
  1. GlobalAlertType? value
)

Implementation

int? encodeGlobalAlertType (GlobalAlertType? value) {
  return value?.value;
}