allowAlias property

  1. @TagNumber(2)
bool allowAlias

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);
  1. @TagNumber(2)
void allowAlias=(bool v)

Implementation

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