itemsPending property

  1. @TagNumber.new(9)
int get itemsPending

Implementation

@$pb.TagNumber(9)
$core.int get itemsPending => $_getIZ(8);
  1. @TagNumber.new(9)
set itemsPending (int value)

Implementation

@$pb.TagNumber(9)
set itemsPending($core.int value) => $_setSignedInt32(8, value);