sendNotifications property

  1. @TagNumber(11)
bool get sendNotifications

Implementation

@$pb.TagNumber(11)
$core.bool get sendNotifications => $_getBF(10);
  1. @TagNumber(11)
set sendNotifications (bool value)

Implementation

@$pb.TagNumber(11)
set sendNotifications($core.bool value) => $_setBool(10, value);