replyId property
The id of the packet we're notifying in response to
Implementation
@$pb.TagNumber(1)
$core.int get replyId => $_getIZ(0);
Implementation
@$pb.TagNumber(1)
set replyId($core.int value) => $_setUnsignedInt32(0, value);
The id of the packet we're notifying in response to
@$pb.TagNumber(1)
$core.int get replyId => $_getIZ(0);
@$pb.TagNumber(1)
set replyId($core.int value) => $_setUnsignedInt32(0, value);