customPath property

  1. @TagNumber.new(2)
String get customPath

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);
  1. @TagNumber.new(2)
set customPath (String value)

Implementation

@$pb.TagNumber(2)
set customPath($core.String value) => $_setString(1, value);