notifyUsers property
@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);
Implementation
@$pb.TagNumber(3)
set notifyUsers($core.bool value) => $_setBool(2, value);