OllamaModel class

Constructors

OllamaModel.new({required String name, required String model, required DateTime modifiedAt, required int size, required String digest, required OllamaModelDetails details})
OllamaModel.fromJson(Map<String, dynamic> json)
factory

Properties

details → OllamaModelDetails
final
digest String
final
hashCode int
The hash code for this object.
no setterinherited
model String
final
modifiedAt DateTime
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited