displayNotificationPopupPreference property

bool displayNotificationPopupPreference

Implementation

bool get displayNotificationPopupPreference =>
    _displayNotificationPopupPreference.value;
void displayNotificationPopupPreference=(dynamic value)

Implementation

set displayNotificationPopupPreference(value) =>
    _displayNotificationPopupPreference.value = value;