epochData property

  1. @TagNumber.new(1)
EpochData get epochData

Implementation

@$pb.TagNumber(1)
$33.EpochData get epochData => $_getN(0);
  1. @TagNumber.new(1)
set epochData (EpochData v)

Implementation

@$pb.TagNumber(1)
set epochData($33.EpochData v) { setField(1, v); }