id property

  1. @TagNumber.new(1)
CatchUpId get id

Implementation

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

Implementation

@$pb.TagNumber(1)
set id(CatchUpId v) { setField(1, v); }