autoDownload property
Automatically download missing tokenizer files. Defaults to backend policy when unset/false.
Implementation
@$pb.TagNumber(3)
$core.bool get autoDownload => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set autoDownload($core.bool value) => $_setBool(2, value);