allowAlias property
Set this option to true to allow mapping different tag names to the same value.
Implementation
@$pb.TagNumber(2)
$core.bool get allowAlias => $_getBF(0);
Implementation
@$pb.TagNumber(2)
set allowAlias($core.bool v) { $_setBool(0, v); }