dryRun property

  1. @TagNumber(6)
bool dryRun

Implementation

@$pb.TagNumber(6)
$core.bool get dryRun => $_getBF(5);
  1. @TagNumber(6)
void dryRun=(bool v)

Implementation

@$pb.TagNumber(6)
set dryRun($core.bool v) {
  $_setBool(5, v);
}