configJson property

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

For backends needing companion file paths, e.g. {"vocab_path":"..."}.

Implementation

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

Implementation

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