linDecay property

  1. @TagNumber(19)
DecayParamsExpression get linDecay

Implementation

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

Implementation

@$pb.TagNumber(19)
set linDecay(DecayParamsExpression v) {
  $_setField(19, v);
}