totalFatal property

  1. @TagNumber(6)
Int64 totalFatal

Implementation

@$pb.TagNumber(6)
$fixnum.Int64 get totalFatal => $_getI64(5);
  1. @TagNumber(6)
void totalFatal=(Int64 v)

Implementation

@$pb.TagNumber(6)
set totalFatal($fixnum.Int64 v) { $_setInt64(5, v); }