notifyUsers property

  1. @TagNumber.new(3)
bool get notifyUsers

@optional

@description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.

@example true

Implementation

@$pb.TagNumber(3)
$core.bool get notifyUsers => $_getBF(2);
  1. @TagNumber.new(3)
set notifyUsers (bool value)

Implementation

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