inheritance property

  1. @TagNumber(2)
bool inheritance

Implementation

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

Implementation

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