channelId property

  1. @TagNumber(2)
Int64 channelId

Implementation

@$pb.TagNumber(2)
$fixnum.Int64 get channelId => $_getI64(1);
  1. @TagNumber(2)
void channelId=(Int64 v)

Implementation

@$pb.TagNumber(2)
set channelId($fixnum.Int64 v) { $_setInt64(1, v); }