allowAlias property

  1. @TagNumber(2)
bool get allowAlias

Implementation

@$pb.TagNumber(2)
$core.bool get allowAlias => $_getBF(0);
  1. @TagNumber(2)
set allowAlias (bool v)

Implementation

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