channelId property

  1. @TagNumber(1)
Int64 channelId

Implementation

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

Implementation

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