channel property

  1. @TagNumber.new(2)
int get channel

Implementation

@$pb.TagNumber(2)
$core.int get channel => $_getIZ(1);
  1. @TagNumber.new(2)
set channel (int value)

Implementation

@$pb.TagNumber(2)
set channel($core.int value) => $_setSignedInt32(1, value);