configJson property

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

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

Implementation

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