inputCount property

  1. @TagNumber.new(7)
Int64 get inputCount

Implementation

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

Implementation

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