hasReply property

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

Implementation

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

Implementation

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