notificationValuePropReminderMaxAskCountDefault property

set notificationValuePropReminderMaxAskCountDefault (int? value)

Implementation

static set notificationValuePropReminderMaxAskCountDefault(int? value) =>
    // null (unlimited) is stored as the sentinel; the map cannot hold null.
    defaultRemoteConfig['notificationValuePropReminderMaxAskCount'] =
        value ?? notificationMaxAskCountUnlimited;