srcIsWordLang property

  1. @TagNumber(4)
bool srcIsWordLang

Implementation

@$pb.TagNumber(4)
$core.bool get srcIsWordLang => $_getBF(3);
  1. @TagNumber(4)
void srcIsWordLang=(bool v)

Implementation

@$pb.TagNumber(4)
set srcIsWordLang($core.bool v) { $_setBool(3, v); }