allowAlias property

  1. @TagNumber(2)
bool allowAlias

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);
}