total property

  1. @TagNumber(1)
Int64 total

Implementation

@$pb.TagNumber(1)
$fixnum.Int64 get total => $_getI64(0);
  1. @TagNumber(1)
void total=(Int64 v)

Implementation

@$pb.TagNumber(1)
set total($fixnum.Int64 v) { $_setInt64(0, v); }