outputCount property

  1. @TagNumber.new(8)
Int64 get outputCount

Implementation

@$pb.TagNumber(8)
$fixnum.Int64 get outputCount => $_getI64(7);
  1. @TagNumber.new(8)
set outputCount (Int64 value)

Implementation

@$pb.TagNumber(8)
set outputCount($fixnum.Int64 value) => $_setInt64(7, value);