notifyOnNew property

  1. @TagNumber.new(6)
bool get notifyOnNew

Implementation

@$pb.TagNumber(6)
$core.bool get notifyOnNew => $_getBF(5);
  1. @TagNumber.new(6)
set notifyOnNew (bool value)

Implementation

@$pb.TagNumber(6)
set notifyOnNew($core.bool value) => $_setBool(5, value);