getChannelResponse property

  1. @TagNumber(2)
Channel get getChannelResponse

TODO: REPLACE

Implementation

@$pb.TagNumber(2)
$0.Channel get getChannelResponse => $_getN(1);
  1. @TagNumber(2)
set getChannelResponse (Channel value)

Implementation

@$pb.TagNumber(2)
set getChannelResponse($0.Channel value) => $_setField(2, value);