isNested property

  1. @TagNumber(4)
bool get isNested

@doc Whether the library is a nested dependency of another library.

Implementation

@$pb.TagNumber(4)
$core.bool get isNested => $_getBF(3);
  1. @TagNumber(4)
set isNested (bool value)

Implementation

@$pb.TagNumber(4)
set isNested($core.bool value) => $_setBool(3, value);