accuVar property
The name of the variable used for accumulation of the result.
Implementation
@$pb.TagNumber(3)
$core.String get accuVar => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set accuVar($core.String value) => $_setString(2, value);
The name of the variable used for accumulation of the result.
@$pb.TagNumber(3)
$core.String get accuVar => $_getSZ(2);
@$pb.TagNumber(3)
set accuVar($core.String value) => $_setString(2, value);