navigationPath property

  1. @TagNumber(4)
NavigationPath get navigationPath

Implementation

@$pb.TagNumber(4)
NavigationPath get navigationPath => $_getN(3);
  1. @TagNumber(4)
set navigationPath (NavigationPath v)

Implementation

@$pb.TagNumber(4)
set navigationPath(NavigationPath v) { setField(4, v); }