reconciling property

  1. @TagNumber(16)
bool get reconciling

Output only. Whether or not this PhraseSet is in the process of being updated. This field is not used.

Implementation

@$pb.TagNumber(16)
$core.bool get reconciling => $_getBF(12);
  1. @TagNumber(16)
set reconciling (bool v)

Implementation

@$pb.TagNumber(16)
set reconciling($core.bool v) { $_setBool(12, v); }