ModelInfo class
Constructors
-
ModelInfo({required String id, required String displayName, required String modelName, required String mmprojOrTokenName, required double sizeGb, required String params, required List<
String> features, required String type, required int versionCode, String? modelUrl, String? mmprojOrTokenUrl, required List<ModelFile> files}) -
ModelInfo.fromMap(Map<
String, dynamic> map) -
factory
Properties
- displayName → String
-
final
-
features
→ List<
String> -
final
-
files
→ List<
ModelFile> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- mmprojOrTokenName → String
-
final
- mmprojOrTokenUrl → String?
-
final
- modelName → String
-
final
- modelUrl → String?
-
final
- params → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sizeGb → double
-
final
- type → String
-
final
- versionCode → int
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited