pushTriggerOptionEnumMap top-level constant Null safety
Implementation
const pushTriggerOptionEnumMap = <PushTriggerOption, String>{
PushTriggerOption.all: 'all',
PushTriggerOption.off: 'off',
PushTriggerOption.mentionOnly: 'mention_only',
};
const pushTriggerOptionEnumMap = <PushTriggerOption, String>{
PushTriggerOption.all: 'all',
PushTriggerOption.off: 'off',
PushTriggerOption.mentionOnly: 'mention_only',
};