getConfigResponse property

  1. @TagNumber(6)
Config get getConfigResponse

Send the current Config in the response to this message.

Implementation

@$pb.TagNumber(6)
$2.Config get getConfigResponse => $_getN(5);
  1. @TagNumber(6)
set getConfigResponse (Config value)

Implementation

@$pb.TagNumber(6)
set getConfigResponse($2.Config value) => $_setField(6, value);