isGiftEffectsOn property
bool
get
isGiftEffectsOn
Implementation
static bool get isGiftEffectsOn => _giftEffectsOn ??= PrefUtils.getBool(SPKey.giftEffects, def: true);
static bool get isGiftEffectsOn => _giftEffectsOn ??= PrefUtils.getBool(SPKey.giftEffects, def: true);