getChannelRequest property
Send the specified channel in the response to this message NOTE: This field is sent with the channel index + 1 (to ensure we never try to send 'zero' - which protobufs treats as not present)
Implementation
@$pb.TagNumber(1)
$core.int get getChannelRequest => $_getIZ(0);
Implementation
@$pb.TagNumber(1)
set getChannelRequest($core.int value) => $_setUnsignedInt32(0, value);