activeHistory property

  1. @TagNumber(9)
ActiveHistory get activeHistory

Implementation

@$pb.TagNumber(9)
ActiveHistory get activeHistory => $_getN(8);
  1. @TagNumber(9)
set activeHistory (ActiveHistory v)

Implementation

@$pb.TagNumber(9)
set activeHistory(ActiveHistory v) { setField(9, v); }