allowScheduledNotifications property

  1. @TagNumber(4)
bool get allowScheduledNotifications

@doc Whether to allow scheduled notifications.

Implementation

@$pb.TagNumber(4)
$core.bool get allowScheduledNotifications => $_getBF(3);
  1. @TagNumber(4)
set allowScheduledNotifications (bool value)

Implementation

@$pb.TagNumber(4)
set allowScheduledNotifications($core.bool value) => $_setBool(3, value);