scannedCount property

  1. @TagNumber.new(7)
int get scannedCount

Implementation

@$pb.TagNumber(7)
$core.int get scannedCount => $_getIZ(6);
  1. @TagNumber.new(7)
set scannedCount (int value)

Implementation

@$pb.TagNumber(7)
set scannedCount($core.int value) => $_setSignedInt32(6, value);