allowAlias property

  1. @TagNumber.new(2)
bool get 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.new(2)
set allowAlias (bool value)

Implementation

@$pb.TagNumber(2)
set allowAlias($core.bool value) => $_setBool(0, value);