adapterPath property

  1. @TagNumber.new(1)
String get adapterPath

Escape hatch for a loose GGUF that was never registered. Commons still loads strictly from this path: there is no catalog id -> path resolver on the apply path yet.

Implementation

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

Implementation

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