synthesized property

  1. @TagNumber(14)
bool synthesized

Implementation

@$pb.TagNumber(14)
$core.bool get synthesized => $_getBF(13);
  1. @TagNumber(14)
void synthesized=(bool v)

Implementation

@$pb.TagNumber(14)
set synthesized($core.bool v) { $_setBool(13, v); }