found property

  1. @TagNumber(1)
DictionaryFetchResponse___Found get found

Implementation

@$pb.TagNumber(1)
DictionaryFetchResponse___Found get found => $_getN(0);
  1. @TagNumber(1)
set found (DictionaryFetchResponse___Found v)

Implementation

@$pb.TagNumber(1)
set found(DictionaryFetchResponse___Found v) {
  setField(1, v);
}