unusedArguments property

  1. @TagNumber.new(1)
PbList<String> get unusedArguments

A list of fields and label keys that are ignored by the server. The client doesn't need to send them for following requests to improve performance and allow better aggregation.

Implementation

@$pb.TagNumber(1)
$pb.PbList<$core.String> get unusedArguments => $_getList(0);