notifyOnPreRelease property

  1. @TagNumber(57)
bool get notifyOnPreRelease

Implementation

@$pb.TagNumber(57)
$core.bool get notifyOnPreRelease => $_getBF(56);
  1. @TagNumber(57)
set notifyOnPreRelease (bool v)

Implementation

@$pb.TagNumber(57)
set notifyOnPreRelease($core.bool v) { $_setBool(56, v); }