totalShards property

  1. @TagNumber.new(5)
int get totalShards

Implementation

@$pb.TagNumber(5)
$core.int get totalShards => $_getIZ(4);
  1. @TagNumber.new(5)
set totalShards (int v)

Implementation

@$pb.TagNumber(5)
set totalShards($core.int v) { $_setSignedInt32(4, v); }