reconciling property

  1. @TagNumber(12)
bool reconciling

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

Implementation

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

Implementation

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