samplerConfig property

  1. @TagNumber.new(2)
SamplerConfig get samplerConfig

Implementation

@$pb.TagNumber(2)
SamplerConfig get samplerConfig => $_getN(1);
  1. @TagNumber.new(2)
set samplerConfig (SamplerConfig value)

Implementation

@$pb.TagNumber(2)
set samplerConfig(SamplerConfig value) => $_setField(2, value);