wordCount property

  1. @TagNumber.new(17)
int get wordCount

Implementation

@$pb.TagNumber(17)
$core.int get wordCount => $_getIZ(16);
  1. @TagNumber.new(17)
set wordCount (int value)

Implementation

@$pb.TagNumber(17)
set wordCount($core.int value) => $_setSignedInt32(16, value);