inheritance property

  1. @TagNumber(1)
bool get inheritance

Implementation

@$pb.TagNumber(1)
$core.bool get inheritance => $_getBF(0);
  1. @TagNumber(1)
set inheritance (bool v)

Implementation

@$pb.TagNumber(1)
set inheritance($core.bool v) { $_setBool(0, v); }