customPath property
Only set when kind == DIFFUSION_TOKENIZER_SOURCE_KIND_CUSTOM. Empty / unset for the bundled presets.
Implementation
@$pb.TagNumber(2)
$core.String get customPath => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set customPath($core.String value) => $_setString(1, value);