gaussDecay property

  1. @TagNumber(18)
DecayParamsExpression get gaussDecay

Implementation

@$pb.TagNumber(18)
DecayParamsExpression get gaussDecay => $_getN(17);
  1. @TagNumber(18)
set gaussDecay (DecayParamsExpression v)

Implementation

@$pb.TagNumber(18)
set gaussDecay(DecayParamsExpression v) {
  $_setField(18, v);
}