allowRecursion property

  1. @TagNumber(3)
bool allowRecursion

allow_recursion indicates if directories should be recursed into. If a directory is encountered and this is false, an error MUST occur.

Implementation

@$pb.TagNumber(3)
$core.bool get allowRecursion => $_getBF(2);
  1. @TagNumber(3)
void allowRecursion=(bool v)

Implementation

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