clientInfo property

  1. @TagNumber(6)
ClientInfo get clientInfo

Information provided by the client that created the test matrix.

Implementation

@$pb.TagNumber(6)
ClientInfo get clientInfo => $_getN(5);
  1. @TagNumber(6)
set clientInfo (ClientInfo v)

Implementation

@$pb.TagNumber(6)
set clientInfo(ClientInfo v) { setField(6, v); }