totalWarn property

  1. @TagNumber(4)
Int64 totalWarn

Implementation

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

Implementation

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