linkedCount property

  1. @TagNumber.new(3)
int get linkedCount

Implementation

@$pb.TagNumber(3)
$core.int get linkedCount => $_getIZ(2);
  1. @TagNumber.new(3)
set linkedCount (int value)

Implementation

@$pb.TagNumber(3)
set linkedCount($core.int value) => $_setSignedInt32(2, value);