hasReply property

  1. @TagNumber.new(4)
HasReply get hasReply

Implementation

@$pb.TagNumber(4)
HasReply get hasReply => $_getN(3);
  1. @TagNumber.new(4)
set hasReply (HasReply v)

Implementation

@$pb.TagNumber(4)
set hasReply(HasReply v) { setField(4, v); }