configJson property

  1. @TagNumber.new(9)
String get configJson

Backend-specific JSON config (e.g. tokenizer/vocab companion paths).

Implementation

@$pb.TagNumber(9)
$core.String get configJson => $_getSZ(8);
  1. @TagNumber.new(9)
set configJson (String value)

Implementation

@$pb.TagNumber(9)
set configJson($core.String value) => $_setString(8, value);