BundledSource class final
Bundled source - native platform resources
- Inheritance
-
- Object
- ModelSource
- BundledSource
Constructors
- BundledSource.new(String resourceName)
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- requiresDownload → bool
-
Whether this source requires downloading
no setteroverride
- resourceName → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- supportsProgress → bool
-
Whether this source supports progress tracking
no setteroverride
- supportsResume → bool
-
Whether this source supports resume after interruption
no setteroverride
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
-
validateLoraSource(
ModelSource loraSource) → bool -
Validates if LoRA source is compatible with this model source
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override