repeat property

  1. @TagNumber.new(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.new(2)
set repeat (bool value)

Implementation

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