pathExists property

  1. @TagNumber(2)
bool get pathExists

Implementation

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

Implementation

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