PreferencesKeys class
Centralized SharedPreferences keys for model management
SINGLE SOURCE OF TRUTH for all preference keys used by the plugin
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
bundledPath(
String filename) → String - Get key for bundled file path mapping Format: 'bundled_path_{filename}'
-
externalPath(
String filename) → String - Get key for external file path mapping Format: 'external_path_{filename}'
Constants
- embeddingModelFile → const String
- Legacy: Single embedding model filename
- embeddingTokenizerFile → const String
- Legacy: Single tokenizer filename
- installedEmbeddingModels → const String
- List
- installedLoraFileName → const String
- Legacy: Single LoRA filename
- installedLoras → const String
- List
- installedModelFileName → const String
- Legacy: Single inference model filename
- installedModels → const String
- List
- installedTokenizers → const String
- List