configJson property
Provider-specific JSON config for backends that need companion file paths (e.g. {"vocab_path":"..."}).
Implementation
@$pb.TagNumber(3)
$core.String get configJson => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set configJson($core.String value) => $_setString(2, value);