menu
bungie_api package
documentation
enums/global_alert_level.dart
encodeGlobalAlertLevel function
encodeGlobalAlertLevel function
dark_mode
light_mode
encodeGlobalAlertLevel
function
int
?
encodeGlobalAlertLevel
(
GlobalAlertLevel
?
value
)
Implementation
int? encodeGlobalAlertLevel (GlobalAlertLevel? value) { return value?.value; }
bungie_api package
documentation
enums/global_alert_level
encodeGlobalAlertLevel function
global_alert_level library