repeat property

  1. @TagNumber(2)
bool get repeat

If true, the call_url is called each time a factor of percentage is reached.

Implementation

@$pb.TagNumber(2)
$core.bool get repeat => $_getBF(1);
  1. @TagNumber(2)
set repeat (bool v)

Implementation

@$pb.TagNumber(2)
set repeat($core.bool v) { $_setBool(1, v); }