totalWarn property

  1. @TagNumber(4)
Int64 get totalWarn

Implementation

@$pb.TagNumber(4)
$fixnum.Int64 get totalWarn => $_getI64(3);
  1. @TagNumber(4)
set totalWarn (Int64 v)

Implementation

@$pb.TagNumber(4)
set totalWarn($fixnum.Int64 v) { $_setInt64(3, v); }